]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/wcmd.h
Staging: vt6655: remove IN definition
[~andy/linux] / drivers / staging / vt6655 / wcmd.h
index 67b08f61edcc0b04600e22b3cf4f28afe970c4f4..c3c418089513c001a6507877b17eee3e07b65a5e 100644 (file)
@@ -111,34 +111,34 @@ typedef enum tagCMD_STATE {
 /*---------------------  Export Functions  --------------------------*/
 void
 vResetCommandTimer(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 
 void
 vCommandTimer (
-    IN  void *hDeviceContext
+    void *hDeviceContext
     );
 
 BOOL bClearBSSID_SCAN(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 
 BOOL
 bScheduleCommand(
-    IN void *hDeviceContext,
-    IN CMD_CODE    eCommand,
-    IN PBYTE       pbyItem0
+    void *hDeviceContext,
+    CMD_CODE    eCommand,
+    PBYTE       pbyItem0
     );
 
 void
 vCommandTimerWait(
-    IN void *hDeviceContext,
-    IN UINT MSecond
+    void *hDeviceContext,
+    UINT MSecond
     );
 #ifdef TxInSleep
 void
 BSSvSecondTxData(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 #endif