iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
arch
x86
include
basemem_packet.h
Go to the documentation of this file.
1
#ifndef BASEMEM_PACKET_H
2
#define BASEMEM_PACKET_H
3
4
FILE_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 */
12
extern
char
__bss16_array
(
basemem_packet
, [
BASEMEM_PACKET_LEN
] );
13
#define basemem_packet __use_data16 ( basemem_packet )
14
15
#endif
/* BASEMEM_PACKET_H */
realmode.h
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
basemem_packet
#define basemem_packet
Definition:
basemem_packet.h:13
BASEMEM_PACKET_LEN
#define BASEMEM_PACKET_LEN
Maximum length of base memory packet buffer.
Definition:
basemem_packet.h:9
__bss16_array
char __bss16_array(basemem_packet, [BASEMEM_PACKET_LEN])
Base memory packet buffer.
Generated by
1.8.15