]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Include/Guid/FdtHob.h
EmbeddedPkg: 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 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef __FDT_HOB_H__
11 #define __FDT_HOB_H__
12
13 #define FDT_HOB_GUID { \
14 0x16958446, 0x19B7, 0x480B, \
15 { 0xB0, 0x47, 0x74, 0x85, 0xAD, 0x3F, 0x71, 0x6D } \
16 }
17
18 extern EFI_GUID gFdtHobGuid;
19
20 #endif