TianoCore EDK2 master
Loading...
Searching...
No Matches
SmmBaseHob.h
Go to the documentation of this file.
1
42#ifndef SMM_BASE_HOB_H_
43#define SMM_BASE_HOB_H_
44
45#define SMM_BASE_HOB_DATA_GUID \
46 { \
47 0xc2217ba7, 0x03bb, 0x4f63, {0xa6, 0x47, 0x7c, 0x25, 0xc5, 0xfc, 0x9d, 0x73} \
48 }
49
50#pragma pack(1)
51typedef struct {
69 UINT64 SmBase[];
71#pragma pack()
72
73extern EFI_GUID gSmmBaseHobGuid;
74
75#endif
Definition: Base.h:213
UINT32 NumberOfProcessors
Definition: SmmBaseHob.h:65
UINT32 ProcessorIndex
Definition: SmmBaseHob.h:61