forked from len0rd/rockbox
Lamp plugin: accept the reduced patch of FS #8934 by Alexander Papst
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17425 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7835a20347
commit
21a3733888
5 changed files with 56 additions and 2 deletions
|
@ -30,5 +30,8 @@ void backlight_use_settings(struct plugin_api* rb);
|
|||
void remote_backlight_force_on(struct plugin_api* rb);
|
||||
void remote_backlight_use_settings(struct plugin_api* rb);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
void buttonlight_force_on(struct plugin_api* rb);
|
||||
void buttonlight_use_settings(struct plugin_api* rb);
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue