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