TianoCore EDK2 master
Loading...
Searching...
No Matches
MmProfileData.h
Go to the documentation of this file.
1
10#ifndef MM_PROFILE_DATA_H_
11#define MM_PROFILE_DATA_H_
12
19#define MM_PROFILE_DATA_HOB_GUID \
20 { \
21 0x26ef081d, 0x19b0, 0x4c42, {0xa2, 0x57, 0xa7, 0xf5, 0x9f, 0x8b, 0xd0, 0x38} \
22 }
23
31#define MM_RESOURCE_ATTRIBUTE_LOGGING 0x10000000
32
33extern EFI_GUID gMmProfileDataHobGuid;
34
35#endif
Definition: Base.h:213