summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1506554790..7d40a8db4f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -387,6 +387,10 @@ static const struct plugin_api rockbox_api = {
387#ifdef HAS_BUTTON_HOLD 387#ifdef HAS_BUTTON_HOLD
388 button_hold, 388 button_hold,
389#endif 389#endif
390#ifdef HAVE_SW_POWEROFF
391 button_set_sw_poweroff_state,
392 button_get_sw_poweroff_state,
393#endif
390#ifdef HAVE_TOUCHSCREEN 394#ifdef HAVE_TOUCHSCREEN
391 touchscreen_set_mode, 395 touchscreen_set_mode,
392 touchscreen_get_mode, 396 touchscreen_get_mode,