summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index d83f6f4845..8ce6faffb9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -413,6 +413,7 @@ struct plugin_api {
413#endif 413#endif
414#ifdef HAVE_TOUCHSCREEN 414#ifdef HAVE_TOUCHSCREEN
415 void (*touchscreen_set_mode)(enum touchscreen_mode); 415 void (*touchscreen_set_mode)(enum touchscreen_mode);
416 enum touchscreen_mode (*touchscreen_get_mode)(void);
416#endif 417#endif
417#ifdef HAVE_BUTTON_LIGHT 418#ifdef HAVE_BUTTON_LIGHT
418 void (*buttonlight_set_timeout)(int value); 419 void (*buttonlight_set_timeout)(int value);