mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Sansa clip zip: add missing prototype to backlight-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30855 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
853fd04ba4
commit
9fc1270807
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
bool _backlight_init(void);
|
||||
void _backlight_on(void);
|
||||
void _backlight_off(void);
|
||||
void _backlight_set_brightness(int brightness);
|
||||
|
||||
#define _backlight_panic_on() _backlight_on()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue