aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-01-12 15:30:52 +0000
committerWarner Losh <imp@FreeBSD.org>2018-01-12 15:30:52 +0000
commit1e13416bb9a0d401ed2d3a3fe9ae779fa282d4bb (patch)
tree4427f5ef2e57cc44b72c715422e8fa20367bc69e /stand/efi/include
parent018caaaed086305be9579845c303c4e00173093d (diff)
downloadsrc-1e13416bb9a0d401ed2d3a3fe9ae779fa282d4bb.tar.gz
src-1e13416bb9a0d401ed2d3a3fe9ae779fa282d4bb.zip
Add GUID for UEFI boot manager variables.
Sponsoered by: Netflix
Notes
Notes: svn path=/head/; revision=327878
Diffstat (limited to 'stand/efi/include')
-rw-r--r--stand/efi/include/efi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/efi/include/efi.h b/stand/efi/include/efi.h
index a91e8813c184..9164ec9d644f 100644
--- a/stand/efi/include/efi.h
+++ b/stand/efi/include/efi.h
@@ -59,5 +59,7 @@ Revision History
*/
#define FREEBSD_BOOT_VAR_GUID \
{ 0xCFEE69AD, 0xA0DE, 0x47A9, {0x93, 0xA8, 0xF6, 0x31, 0x06, 0xF8, 0xAE, 0x99} }
+#define UEFI_BOOT_VAR_GUID \
+ { 0x8be4df61, 0x93ca, 0x11d2, {0xaa, 0x0d, 0x00, 0xe0, 0x98, 0x03, 0x2b, 0x8c} }
#endif