summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2014-11-12 17:56:38 +0000
committerAndrew Turner <andrew@FreeBSD.org>2014-11-12 17:56:38 +0000
commitc57b1319944074fb6cb1004e5f12e5dd5cec9a82 (patch)
tree24fd0b70d51afaf821a5c448ba35e5d0cdfaf054
parent389a25c716a183af1782eca6013a65e043eaa640 (diff)
Notes
-rw-r--r--sys/boot/efi/include/efiapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h
index b955338296b82..623346d6016d6 100644
--- a/sys/boot/efi/include/efiapi.h
+++ b/sys/boot/efi/include/efiapi.h
@@ -842,6 +842,8 @@ typedef struct {
#define SAL_SYSTEM_TABLE_GUID \
{ 0xeb9d2d32, 0x2d88, 0x11d3, 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
+#define FDT_TABLE_GUID \
+ { 0xb1b621d5, 0xf19c, 0x41a5, 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 }
typedef struct _EFI_CONFIGURATION_TABLE {
EFI_GUID VendorGuid;