summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 6175ef942d..115aab0f74 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -69,6 +69,9 @@ struct user_settings
69 69
70 /* geeky persistent statistics */ 70 /* geeky persistent statistics */
71 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 71 unsigned int total_uptime; /* total uptime since rockbox was first booted */
72
73 /* FF/Rewind step size (in seconds) */
74 int ff_rewind;
72}; 75};
73 76
74/* prototypes */ 77/* prototypes */
@@ -112,5 +115,6 @@ extern struct user_settings global_settings;
112#define DEFAULT_POWEROFF_SETTING 0 115#define DEFAULT_POWEROFF_SETTING 0
113#define DEFAULT_BACKLIGHT_SETTING 5 116#define DEFAULT_BACKLIGHT_SETTING 5
114#define DEFAULT_WPS_DISPLAY 0 117#define DEFAULT_WPS_DISPLAY 0
118#define DEFAULT_FF_REWIND_SETTING 2
115 119
116#endif /* __SETTINGS_H__ */ 120#endif /* __SETTINGS_H__ */