forked from len0rd/rockbox
Const police raid\!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b5e39c15a5
commit
0cb6803227
3 changed files with 15 additions and 12 deletions
|
|
@ -29,13 +29,13 @@
|
|||
#include "file.h"
|
||||
|
||||
void scroll_init(void);
|
||||
void lcd_scroll_stop(struct viewport* vp);
|
||||
void lcd_scroll_stop_line(struct viewport* vp, int y);
|
||||
void lcd_scroll_stop(const struct viewport* vp);
|
||||
void lcd_scroll_stop_line(const struct viewport* vp, int y);
|
||||
void lcd_scroll_fn(void);
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
void lcd_remote_scroll_fn(void);
|
||||
void lcd_remote_scroll_stop(struct viewport* vp);
|
||||
void lcd_remote_scroll_stop_line(struct viewport* vp, int y);
|
||||
void lcd_remote_scroll_stop(const struct viewport* vp);
|
||||
void lcd_remote_scroll_stop_line(const struct viewport* vp, int y);
|
||||
#endif
|
||||
|
||||
/* internal usage, but in multiple drivers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue