summaryrefslogtreecommitdiffstats
path: root/include/efi.h
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-17 21:22:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-27 07:23:20 +0200
commitc95b1c2bf24cbcce63a036e85ebd3f53544a207b (patch)
tree3036892e6979d7a6efbd0e295c710b970d49def6 /include/efi.h
parent5df1c6ea9b900d95058149f91e3f0e2cd26ae9c0 (diff)
downloadbarebox-c95b1c2bf24cbcce63a036e85ebd3f53544a207b.tar.gz
barebox-c95b1c2bf24cbcce63a036e85ebd3f53544a207b.tar.xz
efi: use an EFI variable to save the environment
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/efi.h')
-rw-r--r--include/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi.h b/include/efi.h
index 5b0de119fb..b2e965bae1 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -485,6 +485,7 @@ extern efi_guid_t efi_unknown_device_guid;
extern efi_guid_t efi_null_guid;
extern efi_guid_t efi_global_variable_guid;
extern efi_guid_t efi_block_io_protocol_guid;
+extern efi_guid_t efi_barebox_vendor_guid;
extern efi_guid_t efi_systemd_vendor_guid;
#define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)