TianoCore EDK2 master
Loading...
Searching...
No Matches
PcdDataBaseHobGuid.h
Go to the documentation of this file.
1
9#ifndef _PCD_DATABASE_HOB_GUID_H_
10#define _PCD_DATABASE_HOB_GUID_H_
11
12#define PCD_DATABASE_HOB_GUID \
13 { \
14 0xEA296D92, 0x0B69, 0x423C, { 0x8C, 0x28, 0x33, 0xB4, 0xE0, 0xA9, 0x12, 0x68 } \
15 }
16
17extern EFI_GUID gPcdDataBaseHobGuid;
18
19#endif
Definition: Base.h:213