diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-28 12:00:46 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-28 12:00:46 +0000 |
commit | 7ccf38a33e1e227131c170a621d183b3bacef148 (patch) | |
tree | 9672e0bf0ac345a1dfc45823307bb71020c34c59 /EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios | |
parent | 4c5d09830bb8cbbc8ff6d8dc8817d60a85468844 (diff) | |
download | edk2-platforms-7ccf38a33e1e227131c170a621d183b3bacef148.tar.xz |
Update Guid Value format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4964 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios/EventLegacyBios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios/EventLegacyBios.h b/EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios/EventLegacyBios.h index 648e2549f8..0c5b5630c2 100644 --- a/EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios/EventLegacyBios.h +++ b/EdkCompatibilityPkg/Foundation/Guid/EventLegacyBios/EventLegacyBios.h @@ -21,7 +21,7 @@ #define __EVENT_LEGACY_BIOS_GUID_H__
#define EFI_EVENT_LEGACY_BOOT_GUID \
- { 0x2a571201, 0x4966, 0x47f6, 0x8b, 0x86, 0xf3, 0x1e, 0x41, 0xf3, 0x2f, 0x10 }
+ { 0x2a571201, 0x4966, 0x47f6, {0x8b, 0x86, 0xf3, 0x1e, 0x41, 0xf3, 0x2f, 0x10} }
extern EFI_GUID gEfiEventLegacyBootGuid;
|