summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Guid/FdtTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Guid/FdtTable.h')
-rw-r--r--MdePkg/Include/Guid/FdtTable.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/FdtTable.h b/MdePkg/Include/Guid/FdtTable.h
new file mode 100644
index 0000000000..ab2e0bc439
--- /dev/null
+++ b/MdePkg/Include/Guid/FdtTable.h
@@ -0,0 +1,26 @@
+/** @file
+ GUIDs used to locate the FDT image in the UEFI 2.x system table.
+
+ Copyright (c) 2014 Linaro Ltd. All rights reserved.<BR>
+
+ This program and the accompanying materials
+ are licensed and made available under the terms and conditions of the BSD License
+ which accompanies this distribution. The full text of the license may be found at
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#ifndef __FDT_TABLE_GUID_H__
+#define __FDT_TABLE_GUID_H__
+
+#define FDT_TABLE_GUID \
+ { \
+ 0xb1b621d5, 0xf19c, 0x41a5, { 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 } \
+ }
+
+extern EFI_GUID gEfiFdtTableGuid;
+
+#endif