summaryrefslogtreecommitdiffstats
path: root/save/Efi_Defs.h
blob: 7a098e64e18eb78a61cf2ad8f76db797d3f58db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifdef __cplusplus
extern "C" {
#endif

#include "Uefi.h"

extern GUID  gEfiCallerIdGuid;
extern CHAR8 *gEfiCallerBaseName;

#define EFI_CALLER_ID_GUID \
  {0x51d8cae0, 0x272a, 0x661f, {0xa8, 0xd9, 0x84, 0x51, 0xdf, 0xf0, 0xeb, 0xd0}}


// Definition of SkuId Array
/*extern UINT64 _gPcd_SkuId_Array[];
*/

EFI_STATUS
EFIAPI
UefiMain (
  IN EFI_HANDLE        ImageHandle,
  IN EFI_SYSTEM_TABLE  *SystemTable
  );



#ifdef __cplusplus
}

#endif