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/Efi/Protocol/UsbHostController/UsbHostController.h | |
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/Efi/Protocol/UsbHostController/UsbHostController.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/UsbHostController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/UsbHostController.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/UsbHostController.h index 0a2391ed4c..774900fdec 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/UsbHostController.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/UsbHostController.h @@ -26,7 +26,7 @@ Abstract: #define EFI_USB_HC_PROTOCOL_GUID \
{ \
- 0xf5089266, 0x1aa0, 0x4953, 0x97, 0xd8, 0x56, 0x2f, 0x8a, 0x73, 0xb5, 0x19 \
+ 0xf5089266, 0x1aa0, 0x4953, {0x97, 0xd8, 0x56, 0x2f, 0x8a, 0x73, 0xb5, 0x19} \
}
//
@@ -209,7 +209,7 @@ extern EFI_GUID gEfiUsbHcProtocolGuid; #define EFI_USB2_HC_PROTOCOL_GUID \
{ \
- 0x3e745226, 0x9818, 0x45b6, 0xa2, 0xac, 0xd7, 0xcd, 0xe, 0x8b, 0xa2, 0xbc \
+ 0x3e745226, 0x9818, 0x45b6, {0xa2, 0xac, 0xd7, 0xcd, 0xe, 0x8b, 0xa2, 0xbc} \
}
//
|