Skip to content

Commit

Permalink
rk29: modify lcd driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockchip committed Mar 23, 2011
1 parent 18b8db3 commit 7f7c9c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/video/display/screen/screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

};

Expand Down

0 comments on commit 7f7c9c5

Please sign in to comment.