]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/power.h
Staging: vt6655: remove IN definition
[~andy/linux] / drivers / staging / vt6655 / power.h
index 769e0d1acd2aa200707cfa82fe224c9e902d1af3..c0dbe216e97765c3d6ecfb92f2f458464842cc86 100644 (file)
 
 /*---------------------  Export Functions  --------------------------*/
 
-// IN PSDevice pDevice
-// IN PSDevice hDeviceContext
+// PSDevice pDevice
+// PSDevice hDeviceContext
 
 BOOL
 PSbConsiderPowerDown(
-    IN void *hDeviceContext,
-    IN BOOL bCheckRxDMA,
-    IN BOOL bCheckCountToWakeUp
+    void *hDeviceContext,
+    BOOL bCheckRxDMA,
+    BOOL bCheckCountToWakeUp
     );
 
 void
 PSvDisablePowerSaving(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 
 void
 PSvEnablePowerSaving(
-    IN void *hDeviceContext,
-    IN WORD wListenInterval
+    void *hDeviceContext,
+    WORD wListenInterval
     );
 
 void
 PSvSendPSPOLL(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 
 BOOL
 PSbSendNullPacket(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 
 BOOL
 PSbIsNextTBTTWakeUp(
-    IN void *hDeviceContext
+    void *hDeviceContext
     );
 
 #endif //__POWER_H__