From 7b6a001313a9b11a1f0985de05fff514db41d72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles=20Cl=C3=A9ment?= Date: Sun, 1 Aug 2010 17:15:50 +0200 Subject: Staging: vt6655: replace BOOL with in kernel bool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles Clément Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/power.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'drivers/staging/vt6655/power.h') diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/power.h index 61196bc..01013b5 100644 --- a/drivers/staging/vt6655/power.h +++ b/drivers/staging/vt6655/power.h @@ -48,11 +48,11 @@ // 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 ); -- cgit v1.1