Adding upstream version 4.02+dfsg.
[syslinux-debian/hramrach.git] / com32 / include / sys / gpxe.h
blobadbbefee1381e4489ebd808f1c7e601dccc75913
1 #ifndef _GPXE_H
2 #define _GPXE_H
4 #include <com32.h>
6 struct s_PXENV_FILE_CHECK_API {
7 uint16_t Status;
8 uint16_t Size;
9 uint32_t Magic;
10 uint32_t Provider;
11 uint32_t APIMask;
12 uint32_t Flags;
15 bool is_gpxe(void);
16 #endif