diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:51:40 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:51:40 +0000 |
commit | 4b869fed0dec05e7102e515b941bf6782dffbf4e (patch) | |
tree | 91bc9547833466c48e7fc3d98172adcd98ed3283 /DuetPkg/Include/Guid/AcpiDescription.h | |
parent | 61494dad40b68e8555450fe39f30bef8feda0a0a (diff) | |
download | edk2-platforms-4b869fed0dec05e7102e515b941bf6782dffbf4e.tar.xz |
Clean up to fix GUID format issues to pass GCC tool chain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7408 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/Include/Guid/AcpiDescription.h')
-rw-r--r-- | DuetPkg/Include/Guid/AcpiDescription.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/Include/Guid/AcpiDescription.h b/DuetPkg/Include/Guid/AcpiDescription.h index 3c530d51a0..d8095b896b 100644 --- a/DuetPkg/Include/Guid/AcpiDescription.h +++ b/DuetPkg/Include/Guid/AcpiDescription.h @@ -25,7 +25,7 @@ Abstract: #define EFI_ACPI_DESCRIPTION_GUID \
{ \
- 0x3c699197, 0x93c, 0x4c69, 0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9 \
+ 0x3c699197, 0x93c, 0x4c69, {0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9} \
}
typedef struct {
|