]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/power.h
Staging: vt6655: replace BOOL with in kernel bool
[~andy/linux] / drivers / staging / vt6655 / power.h
index 61196bc6f9c5f117e034cf3ee871af4f2da2cd7e..01013b592285e53ca65ae33edf36c23f64f2eba4 100644 (file)
 // PSDevice pDevice
 // PSDevice hDeviceContext
 
-BOOL
+bool
 PSbConsiderPowerDown(
     void *hDeviceContext,
-    BOOL bCheckRxDMA,
-    BOOL bCheckCountToWakeUp
+    bool bCheckRxDMA,
+    bool bCheckCountToWakeUp
     );
 
 void
@@ -71,12 +71,12 @@ PSvSendPSPOLL(
     void *hDeviceContext
     );
 
-BOOL
+bool
 PSbSendNullPacket(
     void *hDeviceContext
     );
 
-BOOL
+bool
 PSbIsNextTBTTWakeUp(
     void *hDeviceContext
     );