summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2011-12-19 20:12:52 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2011-12-19 20:12:52 +0000
commitfdc29d0ea4fbdd2cc1509a53122be7ec85cdb432 (patch)
tree3855b7ea3a288059458b847b4bdfabd5c48ccce4 /apps/settings.h
parent7d61376ef80bc6ac7a817201729ee1e612625ef6 (diff)
downloadrockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.tar.gz
rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.zip
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 2524dcc909..7047b93709 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -193,7 +193,7 @@ enum { ALARM_START_WPS = 0,
193#define SETTINGS_RTC (BIT_N(0)) /* only the settings from the RTC nonvolatile RAM */ 193#define SETTINGS_RTC (BIT_N(0)) /* only the settings from the RTC nonvolatile RAM */
194#define SETTINGS_HD (BIT_N(1)) /* only the settings from the disk sector */ 194#define SETTINGS_HD (BIT_N(1)) /* only the settings from the disk sector */
195#define SETTINGS_ALL (SETTINGS_RTC|SETTINGS_HD) /* both */ 195#define SETTINGS_ALL (SETTINGS_RTC|SETTINGS_HD) /* both */
196void settings_load(int which); 196void settings_load(int which) INIT_ATTR;
197bool settings_load_config(const char* file, bool apply); 197bool settings_load_config(const char* file, bool apply);
198 198
199void status_save(void); 199void status_save(void);