[USBPORT] Add USB2_AddDataBitStuff().

This commit is contained in:
Vadim Galyant 2017-11-29 22:21:58 +09:00 committed by Amine Khaldi
parent 754f749cfd
commit c034297f2d

View file

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