TianoCore EDK2 master
Loading...
Searching...
No Matches
ProcessorResourceHob.h
Go to the documentation of this file.
1
14#ifndef PROCESSOR_RESOURCE_HOB_H_
15#define PROCESSOR_RESOURCE_HOB_H_
16
17#define PROCESSOR_RESOURCE_HOB_GUID \
18 { \
19 0xb855c7fe, 0xa758, 0x701f, { 0xa7, 0x30, 0x87, 0xf3, 0x9c, 0x03, 0x46, 0x7e } \
20 }
21
22typedef struct {
23 UINT32 NumberOfProcessor;
24 UINTN ApicId[];
26
27extern EFI_GUID gProcessorResourceHobGuid;
28
29#endif
UINT64 UINTN
Definition: Base.h:213