[USBPORT] Add USB2_AddDataBitStuff().

This commit is contained in:
Vadim Galyant
2018-01-21 19:35:43 +01:00
committed by Amine Khaldi
parent 754f749cfd
commit c034297f2d
+7
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)