]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Include/Guid/FdtHob.h
ArmVirtualizationPkg: use a HOB to store device tree blob
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / FdtHob.h
CommitLineData
cc667df0
AB
1/** @file\r
2 GUID for the HOB that contains the copy of the flattened device tree blob\r
3\r
4 Copyright (C) 2014, Linaro Ltd.\r
5\r
6 This program and the accompanying materials are licensed and made available\r
7 under the terms and conditions of the BSD License that accompanies this\r
8 distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
12 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __FDT_HOB_H__\r
17#define __FDT_HOB_H__\r
18\r
19#define FDT_HOB_GUID { \\r
20 0x16958446, 0x19B7, 0x480B, \\r
21 { 0xB0, 0x47, 0x74, 0x85, 0xAD, 0x3F, 0x71, 0x6D } \\r
22 }\r
23\r
24extern EFI_GUID gFdtHobGuid;\r
25\r
26#endif\r