]> code.delx.au - refind/blob - filesystems/AutoGen.h
Added forgotten new or split files to git repo.
[refind] / filesystems / 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_B34E5765_2E02_4DAF_867F_7F40BE6FC33D
10 #define _AUTOGENH_B34E5765_2E02_4DAF_867F_7F40BE6FC33D
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 // Definition of PCDs used in this module
21
22 #define _PCD_TOKEN_PcdUefiVariableDefaultLang 18U
23 #define _PCD_PATCHABLE_PcdUefiVariableDefaultLang_SIZE 5
24 #define _PCD_VALUE_PcdUefiVariableDefaultLang _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang
25 extern const UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang[5];
26 #define _PCD_GET_MODE_PTR_PcdUefiVariableDefaultLang _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang
27 //#define _PCD_SET_MODE_PTR_PcdUefiVariableDefaultLang ASSERT(FALSE) // It is not allowed to set value for a FIXED_AT_BUILD PCD
28
29 #define _PCD_TOKEN_PcdUefiVariableDefaultPlatformLang 19U
30 #define _PCD_PATCHABLE_PcdUefiVariableDefaultPlatformLang_SIZE 7
31 #define _PCD_VALUE_PcdUefiVariableDefaultPlatformLang _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang
32 extern const UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang[7];
33 #define _PCD_GET_MODE_PTR_PcdUefiVariableDefaultPlatformLang _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang
34 //#define _PCD_SET_MODE_PTR_PcdUefiVariableDefaultPlatformLang ASSERT(FALSE) // It is not allowed to set value for a FIXED_AT_BUILD PCD
35
36 // Definition of PCDs used in libraries is in AutoGen.c
37
38
39 EFI_STATUS
40 EFIAPI
41 fsw_efi_main (
42 IN EFI_HANDLE ImageHandle,
43 IN EFI_SYSTEM_TABLE *SystemTable
44 );
45
46
47
48
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif