]> code.delx.au - refind/blob - refind/AutoGen.h
Modified SIP/CSR feature to work ON MACS when the csr-active-config
[refind] / refind / AutoGen.h
1 /**
2 DO NOT EDIT
3 FILE auto-generated
4 Module name:
5 AutoGen.h
6 Abstract: Auto-generated AutoGen.h for building module or library.
7 **/
8
9 #ifndef _AUTOGENH_B8448DD1_B146_41B7_9D66_98B3A0A404D3
10 #define _AUTOGENH_B8448DD1_B146_41B7_9D66_98B3A0A404D3
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 #include <Base.h>
17 #include <Uefi.h>
18 #include <Library/PcdLib.h>
19
20 extern GUID gEfiCallerIdGuid;
21
22 #define EFI_CALLER_ID_GUID \
23 {0xB8448DD1, 0xB146, 0x41B7, {0x9D, 0x66, 0x98, 0xB3, 0xA0, 0xA4, 0x04, 0xD3}}
24
25 // Definition of PCDs used in this module
26
27 #define _PCD_TOKEN_PcdUgaConsumeSupport 16U
28 #define _PCD_VALUE_PcdUgaConsumeSupport ((BOOLEAN)1U)
29 extern const BOOLEAN _gPcd_FixedAtBuild_PcdUgaConsumeSupport;
30 #define _PCD_GET_MODE_BOOL_PcdUgaConsumeSupport _gPcd_FixedAtBuild_PcdUgaConsumeSupport
31 //#define _PCD_SET_MODE_BOOL_PcdUgaConsumeSupport ASSERT(FALSE) // It is not allowed to set value for a FIXED_AT_BUILD PCD
32
33 // Definition of PCDs used in libraries is in AutoGen.c
34
35
36 EFI_STATUS
37 EFIAPI
38 efi_main (
39 IN EFI_HANDLE ImageHandle,
40 IN EFI_SYSTEM_TABLE *SystemTable
41 );
42
43
44
45
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif