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:
parent
f76ce2f351
commit
a3958793e1
2 changed files with 16 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue