TianoCore EDK2 master
Loading...
Searching...
No Matches
CcEventHob.h
Go to the documentation of this file.
1
11#ifndef CC_EVENT_HOB_H_
12#define CC_EVENT_HOB_H_
13
14//
15// The Global ID of a GUIDed HOB used to pass a CC_EVENT from SEC to a CC DXE Driver.
16//
17#define EFI_CC_EVENT_HOB_GUID \
18 { 0x20f8fd36, 0x6d00, 0x40fb, { 0xb7, 0x04, 0xd1, 0x2c, 0x15, 0x3c, 0x62, 0xeb } }
19
20extern EFI_GUID gCcEventEntryHobGuid;
21
22#endif
Definition: Base.h:213