]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Guid/FdtHob.h
ArmVirtualizationPkg: use a HOB to store device tree blob
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / FdtHob.h
diff --git a/EmbeddedPkg/Include/Guid/FdtHob.h b/EmbeddedPkg/Include/Guid/FdtHob.h
new file mode 100644 (file)
index 0000000..287729e
--- /dev/null
@@ -0,0 +1,26 @@
+/** @file\r
+  GUID for the HOB that contains the copy of the flattened device tree blob\r
+\r
+  Copyright (C) 2014, Linaro Ltd.\r
+\r
+  This program and the accompanying materials are licensed and made available\r
+  under the terms and conditions of the BSD License that accompanies this\r
+  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, WITHOUT\r
+  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef __FDT_HOB_H__\r
+#define __FDT_HOB_H__\r
+\r
+#define FDT_HOB_GUID { \\r
+          0x16958446, 0x19B7, 0x480B, \\r
+          { 0xB0, 0x47, 0x74, 0x85, 0xAD, 0x3F, 0x71, 0x6D } \\r
+        }\r
+\r
+extern EFI_GUID gFdtHobGuid;\r
+\r
+#endif\r