diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Guid/CompatibleMemoryTested')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Guid/CompatibleMemoryTested/CompatibleMemoryTested.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Guid/CompatibleMemoryTested/CompatibleMemoryTested.h b/EdkCompatibilityPkg/Foundation/Guid/CompatibleMemoryTested/CompatibleMemoryTested.h index 2223776fb2..7524a413ae 100644 --- a/EdkCompatibilityPkg/Foundation/Guid/CompatibleMemoryTested/CompatibleMemoryTested.h +++ b/EdkCompatibilityPkg/Foundation/Guid/CompatibleMemoryTested/CompatibleMemoryTested.h @@ -24,7 +24,7 @@ Abstract: #define EFI_COMPATIBLE_MEMORY_TESTED_PROTOCOL_GUID \
{ \
- 0x64c475ef, 0x344b, 0x492c, 0x93, 0xad, 0xab, 0x9e, 0xb4, 0x39, 0x50, 0x4 \
+ 0x64c475ef, 0x344b, 0x492c, {0x93, 0xad, 0xab, 0x9e, 0xb4, 0x39, 0x50, 0x4} \
}
extern EFI_GUID gEfiCompatibleMemoryTestedGuid;
|