mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[USBPORT] Add USB2_AddDataBitStuff().
This commit is contained in:
committed by
Amine Khaldi
parent
754f749cfd
commit
c034297f2d
@@ -10,6 +10,13 @@
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
USHORT
|
||||
NTAPI
|
||||
USB2_AddDataBitStuff(IN USHORT DataTime)
|
||||
{
|
||||
return (DataTime + (DataTime / 16));
|
||||
}
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
USB2_GetOverhead(IN PUSB2_TT_ENDPOINT TtEndpoint)
|
||||
|
||||
Reference in New Issue
Block a user