aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/xgifb/vb_struct.h')
-rw-r--r--drivers/staging/xgifb/vb_struct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h
index bb25c0e..1ee619f 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -415,8 +415,8 @@ struct _VB_DEVICE_INFO
USHORT NewFlickerMode;
USHORT SelectCRT2Rate;
- PUCHAR ROMAddr;
- PUCHAR FBAddr;
+ unsigned char *ROMAddr;
+ unsigned char *FBAddr;
ULONG BaseAddr;
ULONG RelIO;