summaryrefslogtreecommitdiffstats
path: root/save/Efi_Defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'save/Efi_Defs.h')
-rw-r--r--save/Efi_Defs.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/save/Efi_Defs.h b/save/Efi_Defs.h
new file mode 100644
index 0000000..7a098e6
--- /dev/null
+++ b/save/Efi_Defs.h
@@ -0,0 +1,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