summaryrefslogtreecommitdiff
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 c208eb508e8a..4d9a777a7064 100644
--- a/drivers/staging/vt6656/control.h
+++ b/drivers/staging/vt6656/control.h
@@ -27,21 +27,12 @@
*
*/
-
#ifndef __CONTROL_H__
#define __CONTROL_H__
-#if !defined(__TTYPE_H__)
#include "ttype.h"
-#endif
-#if !defined(__DEVICE_H__)
#include "device.h"
-#endif
-#if !defined(__USBPIPE_H__)
#include "usbpipe.h"
-#endif
-
-
/*--------------------- Export Definitions -------------------------*/
@@ -61,10 +52,6 @@
/*--------------------- Export Variables --------------------------*/
/*--------------------- Export Functions --------------------------*/
-#ifdef __cplusplus
-extern "C" { /* Assume C declarations for C++ */
-#endif /* __cplusplus */
-
void ControlvWriteByte(
IN PSDevice pDevice,
@@ -90,13 +77,6 @@ void ControlvMaskByte(
IN BYTE byData
);
-#ifdef __cplusplus
-} /* End of extern "C" { */
-#endif /* __cplusplus */
-
-
-
-
#endif // __RCV_H__