diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Guid/IoBaseHob')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Guid/IoBaseHob/IoBaseHob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Guid/IoBaseHob/IoBaseHob.h b/EdkCompatibilityPkg/Foundation/Guid/IoBaseHob/IoBaseHob.h index e55f2b129c..63e2eb6bc1 100644 --- a/EdkCompatibilityPkg/Foundation/Guid/IoBaseHob/IoBaseHob.h +++ b/EdkCompatibilityPkg/Foundation/Guid/IoBaseHob/IoBaseHob.h @@ -23,7 +23,7 @@ Abstract: #define _IOBASE_GUID_H_
#define EFI_IOBASE_HOB_GUID \
-{ 0xd4a28a3e, 0xdcf2, 0x43cf, 0xa2, 0xb7, 0xf3, 0x57, 0x2a, 0x7c, 0xab, 0x9 }
+{ 0xd4a28a3e, 0xdcf2, 0x43cf, {0xa2, 0xb7, 0xf3, 0x57, 0x2a, 0x7c, 0xab, 0x9} }
extern EFI_GUID gEfiIoBaseHobGuid;
|