mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[USBPORT] Add stub for USB2_MoveTtEndpoint().
This commit is contained in:
parent
ab5810576f
commit
df44bc6d84
1 changed files with 13 additions and 0 deletions
|
@ -490,6 +490,19 @@ USB2_DeallocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
|||
ASSERT(FALSE);
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
USB2_MoveTtEndpoint(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||
IN USHORT BusTime,
|
||||
IN PUSB2_REBALANCE Rebalance,
|
||||
IN ULONG RebalanceListEntries,
|
||||
OUT BOOLEAN * OutResult)
|
||||
{
|
||||
DPRINT("USB2_MoveTtEndpoint: UNIMPLEMENTED FIXME\n");
|
||||
ASSERT(FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
USB2_DeallocateEndpointBudget(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||
|
|
Loading…
Reference in a new issue