svn commit: r322593 - head/sys/boot/efi/include

Warner Losh imp at FreeBSD.org
Wed Aug 16 20:09:41 UTC 2017


Author: imp
Date: Wed Aug 16 20:09:39 2017
New Revision: 322593
URL: https://svnweb.freebsd.org/changeset/base/322593

Log:
  Define proposed GUID for FreeBSD boot loader variables.

Modified:
  head/sys/boot/efi/include/efi.h

Modified: head/sys/boot/efi/include/efi.h
==============================================================================
--- head/sys/boot/efi/include/efi.h	Wed Aug 16 20:06:38 2017	(r322592)
+++ head/sys/boot/efi/include/efi.h	Wed Aug 16 20:09:39 2017	(r322593)
@@ -54,4 +54,10 @@ Revision History
 #include "efierr.h"
 #include "efigop.h"
 
+/*
+ * FreeBSD UUID
+ */
+#define FREEBSD_BOOT_VAR_GUID \
+	{ 0xCFEE69AD, 0xA0DE, 0x47A9, {0x93, 0xA8, 0xF6, 0x31, 0x06, 0xF8, 0xAE, 0x99} }
+
 #endif


More information about the svn-src-head mailing list