mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +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;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VOID
|
||||||
|
NTAPI
|
||||||
|
USB2_DeallocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||||
|
IN ULONG Frame)
|
||||||
|
{
|
||||||
|
DPRINT("USB2_DeallocateHS: UNIMPLEMENTED FIXME\n");
|
||||||
|
ASSERT(FALSE);
|
||||||
|
}
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
USB2_DeallocateEndpointBudget(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
USB2_DeallocateEndpointBudget(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue