1
0
Fork 0
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:
Peter D'Hoye 2008-05-08 21:23:31 +00:00
parent 7835a20347
commit 21a3733888
5 changed files with 56 additions and 2 deletions

View file

@ -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