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
This commit is contained in:
klu2 2007-01-23 09:15:17 +00:00
parent 700279a971
commit f176220269
1 changed files with 1 additions and 1 deletions

View File

@ -76,8 +76,8 @@
// USB transation direction
//
typedef enum {
EfiUsbDataOut,
EfiUsbDataIn,
EfiUsbDataOut,
EfiUsbNoData
} EFI_USB_DATA_DIRECTION;