[USBPORT] Implement USB2_MoveTtEndpoint().

This commit is contained in:
Vadim Galyant 2017-12-11 16:24:26 +09:00 committed by Amine Khaldi
parent c48093573b
commit ae800da85b
2 changed files with 76 additions and 4 deletions

View file

@ -483,7 +483,7 @@ typedef union _USB2_TT_ENDPOINT_PARAMS {
ULONG TransferType : 4;
ULONG Direction : 1;
USB_DEVICE_SPEED DeviceSpeed : 2;
ULONG EndpointMoved : 1;
BOOL EndpointMoved : 1;
ULONG Reserved : 24;
};
ULONG AsULONG;