diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 06:45:07 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 06:45:07 +0000 |
commit | 23c326c20199413241245cf2e32cfaaec9bc7373 (patch) | |
tree | 2018fccfc66c3c857225b00b83dd9c3c4a3d1c13 /MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h | |
parent | 41e8ff2781f3ca14f73ef5f39e781ccba8cb373d (diff) | |
download | edk2-platforms-23c326c20199413241245cf2e32cfaaec9bc7373.tar.xz |
Support ICC build .
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4039 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h')
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h index 816587db8d..7104914e93 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h +++ b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h @@ -77,7 +77,7 @@ enum { //
EHC_TPL = TPL_NOTIFY,
- USB2_HC_DEV_SIGNATURE = EFI_SIGNATURE_32 ('e', 'h', 'c', 'i'),
+ USB2_HC_DEV_SIGNATURE = EFI_SIGNATURE_32 ('e', 'h', 'c', 'i')
};
//
|