mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
[USBPORT] Add stub for USB2_RebalanceEndpoint().
This commit is contained in:
parent
bbbcb1dc75
commit
5d12e3040c
1 changed files with 9 additions and 0 deletions
|
@ -872,6 +872,15 @@ USB2_GetCMASK(IN PUSB2_TT_ENDPOINT TtEndpoint)
|
|||
return Result;
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
USB2_RebalanceEndpoint(IN PDEVICE_OBJECT FdoDevice,
|
||||
IN PLIST_ENTRY List)
|
||||
{
|
||||
DPRINT1("USB2_RebalanceEndpoint: UNIMPLEMENTED. FIXME\n");
|
||||
ASSERT(FALSE);
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
USB2_DeallocateEndpointBudget(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||
|
|
Loading…
Reference in a new issue