mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
[USBPORT] Add stub for USB2_DeallocateHS().
This commit is contained in:
parent
8b9d5d1514
commit
ab5810576f
1 changed files with 9 additions and 0 deletions
|
@ -481,6 +481,15 @@ USB2_AllocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
|||
return Result;
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
USB2_DeallocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||
IN ULONG Frame)
|
||||
{
|
||||
DPRINT("USB2_DeallocateHS: UNIMPLEMENTED FIXME\n");
|
||||
ASSERT(FALSE);
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
USB2_DeallocateEndpointBudget(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||
|
|
Loading…
Reference in a new issue