source: bootcd/isolinux/syslinux-6.03/com32/include/sys/gpxe.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 241 bytes
Line 
1#ifndef _GPXE_H
2#define _GPXE_H
3
4#include <com32.h>
5
6struct 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
15bool is_gpxe(void);
16#endif
Note: See TracBrowser for help on using the repository browser.