]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Guid/Fdt.h
EmbeddedPkg: FDT Configuration Table GUID
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / Fdt.h
diff --git a/EmbeddedPkg/Include/Guid/Fdt.h b/EmbeddedPkg/Include/Guid/Fdt.h
new file mode 100644 (file)
index 0000000..f2397ff
--- /dev/null
@@ -0,0 +1,23 @@
+/** @file\r
+*\r
+*  Copyright (c) 2013-2014, ARM Limited. All rights reserved.\r
+*\r
+*  This program and the accompanying materials\r
+*  are licensed and made available under the terms and conditions of the BSD License\r
+*  which accompanies this distribution.  The full text of the license may be found at\r
+*  http://opensource.org/licenses/bsd-license.php\r
+*\r
+*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+*\r
+**/\r
+\r
+#ifndef __FDT_GUID_H__\r
+#define __FDT_GUID_H__\r
+\r
+#define FDT_TABLE_GUID \\r
+  { 0xb1b621d5, 0xf19c, 0x41a5, { 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 } }\r
+\r
+extern EFI_GUID gFdtTableGuid;\r
+\r
+#endif /* __FDT_GUID_H__ */\r