source:
bootcd/isolinux/syslinux-6.03/com32/include/sys/gpxe.h
@
dd1be7c
Last change on this file since dd1be7c was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 241 bytes |
Line | |
---|---|
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.