1
0
Fork 0
forked from len0rd/rockbox

Added more functions to the plugin API.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4768 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kjell Ericson 2004-06-18 09:03:04 +00:00
parent f76ce2f351
commit a3958793e1
2 changed files with 16 additions and 1 deletions

View file

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