mirror of https://github.com/acidanthera/audk.git
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:
parent
700279a971
commit
f176220269
|
@ -76,8 +76,8 @@
|
|||
// USB transation direction
|
||||
//
|
||||
typedef enum {
|
||||
EfiUsbDataOut,
|
||||
EfiUsbDataIn,
|
||||
EfiUsbDataOut,
|
||||
EfiUsbNoData
|
||||
} EFI_USB_DATA_DIRECTION;
|
||||
|
||||
|
|
Loading…
Reference in New Issue