summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2004-06-18 09:03:04 +0000
committerKjell Ericson <kjell@haxx.se>2004-06-18 09:03:04 +0000
commita3958793e148d478ea7f1a76fcb0e0ef0e7f833b (patch)
tree03cef7a9ee607056709418a63c0db78fffa50758 /apps/plugin.c
parentf76ce2f35171c0aa47876482b4dc26a64778825d (diff)
downloadrockbox-a3958793e148d478ea7f1a76fcb0e0ef0e7f833b.zip
rockbox-a3958793e148d478ea7f1a76fcb0e0ef0e7f833b.tar.gz
rockbox-a3958793e148d478ea7f1a76fcb0e0ef0e7f833b.tar.bz2
rockbox-a3958793e148d478ea7f1a76fcb0e0ef0e7f833b.tar.xz
Added more functions to the plugin API.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4768 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index dff4d6b..a9a2dfb 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -233,6 +233,13 @@ static struct plugin_api rockbox_api = {
#endif
battery_level,
set_time,
+
+ backlight_on,
+ backlight_off,
+
+#ifdef HAVE_LCD_CHARCELLS
+ lcd_icon,
+#endif
};
int plugin_load(char* plugin, void* parameter)