TianoCore EDK2 master
Loading...
Searching...
No Matches
FdtHob.h
Go to the documentation of this file.
1
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
18extern EFI_GUID gFdtHobGuid;
19
20#endif
Definition: Base.h:213