diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-08 21:23:31 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-08 21:23:31 +0000 |
| commit | 21a373388833b8f4f7284cff16d48cab7857de2f (patch) | |
| tree | 65b423f62c89a66ec7d408121d2be2087a7093fe /apps/plugins/lib/helper.h | |
| parent | 7835a203473cff4255c1703349fd42ce08b61a46 (diff) | |
| download | rockbox-21a373388833b8f4f7284cff16d48cab7857de2f.zip rockbox-21a373388833b8f4f7284cff16d48cab7857de2f.tar.gz rockbox-21a373388833b8f4f7284cff16d48cab7857de2f.tar.bz2 rockbox-21a373388833b8f4f7284cff16d48cab7857de2f.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib/helper.h')
| -rw-r--r-- | apps/plugins/lib/helper.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/lib/helper.h b/apps/plugins/lib/helper.h index 744ad4d..4d1328b 100644 --- a/apps/plugins/lib/helper.h +++ b/apps/plugins/lib/helper.h @@ -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 |