Add compat IOCTL
[hides-driver.git] / src / usb2impl.h
blob0d92c06f8b8079cfc00a322adef779119f0cd736
1 #ifndef __USB2IMPL_H__
2 #define __USB2IMPL_H__
4 #ifndef UNDER_CE
5 #endif
6 #include "modulatorType.h"
7 #include "modulatorError.h"
8 #include "IT9510User.h"
11 Dword Usb2_getDriver (
12 IN Modulator* modulator,
13 OUT Handle* handle
17 Dword Usb2_exitDriver (
18 IN Modulator* modulator
22 Dword Usb2_writeControlBus (
23 IN Modulator* modulator,
24 IN Dword bufferLength,
25 IN Byte* buffer
29 Dword Usb2_readControlBus (
30 IN Modulator* modulator,
31 IN Dword bufferLength,
32 OUT Byte* buffer
36 Dword Usb2_readDataBus (
37 IN Modulator* modulator,
38 IN Dword bufferLength,
39 OUT Byte* buffer
42 #endif