source:
bootcd/isolinux/syslinux-6.03/com32/include/sys/gpxe.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 241 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | #ifndef _GPXE_H |
2 | #define _GPXE_H | |
3 | ||
4 | #include <com32.h> | |
5 | ||
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; | |
13 | }; | |
14 | ||
15 | bool is_gpxe(void); | |
16 | #endif |
Note: See TracBrowser
for help on using the repository browser.