aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/control.h')
-rw-r--r--drivers/staging/vt6656/control.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/staging/vt6656/control.h b/drivers/staging/vt6656/control.h
index c208eb508e8..4d9a777a706 100644
--- a/drivers/staging/vt6656/control.h
+++ b/drivers/staging/vt6656/control.h
@@ -27,21 +27,12 @@
27 * 27 *
28 */ 28 */
29 29
30
31#ifndef __CONTROL_H__ 30#ifndef __CONTROL_H__
32#define __CONTROL_H__ 31#define __CONTROL_H__
33 32
34#if !defined(__TTYPE_H__)
35#include "ttype.h" 33#include "ttype.h"
36#endif
37#if !defined(__DEVICE_H__)
38#include "device.h" 34#include "device.h"
39#endif
40#if !defined(__USBPIPE_H__)
41#include "usbpipe.h" 35#include "usbpipe.h"
42#endif
43
44
45 36
46/*--------------------- Export Definitions -------------------------*/ 37/*--------------------- Export Definitions -------------------------*/
47 38
@@ -61,10 +52,6 @@
61/*--------------------- Export Variables --------------------------*/ 52/*--------------------- Export Variables --------------------------*/
62 53
63/*--------------------- Export Functions --------------------------*/ 54/*--------------------- Export Functions --------------------------*/
64#ifdef __cplusplus
65extern "C" { /* Assume C declarations for C++ */
66#endif /* __cplusplus */
67
68 55
69void ControlvWriteByte( 56void ControlvWriteByte(
70 IN PSDevice pDevice, 57 IN PSDevice pDevice,
@@ -90,13 +77,6 @@ void ControlvMaskByte(
90 IN BYTE byData 77 IN BYTE byData
91 ); 78 );
92 79
93#ifdef __cplusplus
94} /* End of extern "C" { */
95#endif /* __cplusplus */
96
97
98
99
100#endif // __RCV_H__ 80#endif // __RCV_H__
101 81
102 82