mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[USBPORT] Implement USB2_MoveTtEndpoint().
This commit is contained in:
parent
c48093573b
commit
ae800da85b
2 changed files with 76 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue