rk29: modify lcd driver

This commit is contained in:
hhb
2011-03-23 20:07:30 +08:00
parent 72ae8d362e
commit 3e5d4ffbde

View File

@@ -77,10 +77,10 @@ struct rk29fb_screen {
/* Operation function*/
int (*init)(void);
int (*standby)(u32 enable);
int (*refresh)(u32 arg);
int (*scandir)(u32 dir);
int (*disparea)(u32 area);
int (*standby)(u8 enable);
int (*refresh)(u8 arg);
int (*scandir)(u16 dir);
int (*disparea)(u8 area);
};