summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/include/sys/gpxe.h
blob: adbbefee1381e4489ebd808f1c7e601dccc75913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _GPXE_H
#define _GPXE_H

#include <com32.h>

struct s_PXENV_FILE_CHECK_API {
    uint16_t Status;
    uint16_t Size;
    uint32_t Magic;
    uint32_t Provider;
    uint32_t APIMask;
    uint32_t Flags;
};

bool is_gpxe(void);
#endif