]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/efi_api.h
efi_loader: add bootmgr
[thirdparty/u-boot.git] / include / efi_api.h
index 1aae96355f221b5938726bec9d3da7c87ebb49bd..d0aefa8221e7ce053cb176affb12b11826bd5377 100644 (file)
@@ -211,6 +211,10 @@ struct efi_runtime_services {
        EFI_GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, \
                 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
 
+#define EFI_GLOBAL_VARIABLE_GUID \
+       EFI_GUID(0x8be4df61, 0x93ca, 0x11d2, 0xaa, 0x0d, \
+                0x00, 0xe0, 0x98, 0x03, 0x2b, 0x8c)
+
 #define LOADED_IMAGE_PROTOCOL_GUID \
        EFI_GUID(0x5b1b31a1, 0x9562, 0x11d2, 0x8e, 0x3f, \
                 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b)