]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/vt6655/wcmd.h
Staging: vt6655: remove VOID definition and use
[net-next-2.6.git] / drivers / staging / vt6655 / wcmd.h
index af32e57e335f05a4bdd5600a9d2d48fac2c53fd2..1e8166962015948eb9845b13bb4dc2bc315cba41 100644 (file)
@@ -109,12 +109,12 @@ typedef enum tagCMD_STATE {
 
 
 /*---------------------  Export Functions  --------------------------*/
-VOID
+void
 vResetCommandTimer(
     IN HANDLE      hDeviceContext
     );
 
-VOID
+void
 vCommandTimer (
     IN  HANDLE hDeviceContext
     );
@@ -130,13 +130,13 @@ bScheduleCommand(
     IN PBYTE       pbyItem0
     );
 
-VOID
+void
 vCommandTimerWait(
     IN HANDLE      hDeviceContext,
     IN UINT MSecond
     );
 #ifdef TxInSleep
-VOID
+void
 BSSvSecondTxData(
     IN  HANDLE      hDeviceContext
     );