iPXE
basemem_packet.h
Go to the documentation of this file.
1#ifndef BASEMEM_PACKET_H
2#define BASEMEM_PACKET_H
3
4FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
6#include <realmode.h>
7
8/** Maximum length of base memory packet buffer */
9#define BASEMEM_PACKET_LEN 1514
10
11/** Base memory packet buffer */
13#define basemem_packet __use_data16 ( basemem_packet )
14
15#endif /* BASEMEM_PACKET_H */
#define basemem_packet
#define BASEMEM_PACKET_LEN
Maximum length of base memory packet buffer.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
#define __bss16_array(variable, array)
Definition libkir.h:17