rk29: modify lcd driver
authorhhb <hhb@rock-chips.com>
Wed, 23 Mar 2011 12:07:30 +0000 (20:07 +0800)
committerhhb <hhb@rock-chips.com>
Wed, 23 Mar 2011 12:07:30 +0000 (20:07 +0800)
drivers/video/display/screen/screen.h

index c5682c3d56e6743d574c04fc0bf5e8013a96f4d7..761992aa0769b6f4d9527381705e7386f7fdb09d 100755 (executable)
@@ -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);
 
 };