iPXE
basemem_packet.h File Reference
#include <realmode.h>

Go to the source code of this file.

Macros

#define BASEMEM_PACKET_LEN   1514
 Maximum length of base memory packet buffer.
#define basemem_packet   __use_data16 ( basemem_packet )

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
char __bss16_array (basemem_packet, [BASEMEM_PACKET_LEN])
 Base memory packet buffer.

Macro Definition Documentation

◆ BASEMEM_PACKET_LEN

#define BASEMEM_PACKET_LEN   1514

Maximum length of base memory packet buffer.

Definition at line 9 of file basemem_packet.h.

Referenced by __bss16_array().

◆ basemem_packet

#define basemem_packet   __use_data16 ( basemem_packet )

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ __bss16_array()

char __bss16_array ( basemem_packet )
extern

Base memory packet buffer.

References basemem_packet, and BASEMEM_PACKET_LEN.