[USBPORT] Add stub for USB2_MoveTtEndpoint().

This commit is contained in:
Vadim Galyant 2017-12-09 17:00:22 +09:00 committed by Amine Khaldi
parent ab5810576f
commit df44bc6d84

View file

@ -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,