summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/dpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/dpc.h')
-rw-r--r--drivers/staging/vt6656/dpc.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt6656/dpc.h
index eb4677f..df148b4 100644
--- a/drivers/staging/vt6656/dpc.h
+++ b/drivers/staging/vt6656/dpc.h
@@ -26,20 +26,12 @@
*
*/
-
#ifndef __DPC_H__
#define __DPC_H__
-#if !defined(__TTYPE_H__)
#include "ttype.h"
-#endif
-#if !defined(__DEVICE_H__)
#include "device.h"
-#endif
-#if !defined(__WCMD_H__)
#include "wcmd.h"
-#endif
-
/*--------------------- Export Definitions -------------------------*/
@@ -49,14 +41,6 @@
/*--------------------- Export Functions --------------------------*/
-
-#ifdef __cplusplus
-extern "C" { /* Assume C declarations for C++ */
-#endif /* __cplusplus */
-
-
-
-
VOID
RXvWorkItem(
PVOID Context
@@ -80,14 +64,6 @@ RXbBulkInProcessData(
IN ULONG BytesToIndicate
);
-
-#ifdef __cplusplus
-} /* End of extern "C" { */
-#endif /* __cplusplus */
-
-
-
-
#endif // __RXTX_H__
OpenPOWER on IntegriCloud