summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-23 09:15:17 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-23 09:15:17 +0000
commitf176220269d1ae88a7a2dceba426153013351f35 (patch)
tree27327aa6115b9f19bdd1dcff7d3afcb3ec72e23c /MdePkg
parent700279a971c1f603a72a45455be4b4f842ce39d9 (diff)
downloadedk2-f176220269d1ae88a7a2dceba426153013351f35.zip
edk2-f176220269d1ae88a7a2dceba426153013351f35.tar.gz
edk2-f176220269d1ae88a7a2dceba426153013351f35.tar.bz2
Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2283 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/Usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Usb.h b/MdePkg/Include/IndustryStandard/Usb.h
index d3328a5..56f94d8 100644
--- a/MdePkg/Include/IndustryStandard/Usb.h
+++ b/MdePkg/Include/IndustryStandard/Usb.h
@@ -76,8 +76,8 @@
// USB transation direction
//
typedef enum {
- EfiUsbDataOut,
EfiUsbDataIn,
+ EfiUsbDataOut,
EfiUsbNoData
} EFI_USB_DATA_DIRECTION;