summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/wcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/wcmd.h')
-rw-r--r--drivers/staging/vt6655/wcmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/wcmd.h b/drivers/staging/vt6655/wcmd.h
index c3c418089513..3eb5d75c6b55 100644
--- a/drivers/staging/vt6655/wcmd.h
+++ b/drivers/staging/vt6655/wcmd.h
@@ -127,13 +127,13 @@ BOOL
bScheduleCommand(
void *hDeviceContext,
CMD_CODE eCommand,
- PBYTE pbyItem0
+ unsigned char *pbyItem0
);
void
vCommandTimerWait(
void *hDeviceContext,
- UINT MSecond
+ unsigned int MSecond
);
#ifdef TxInSleep
void