summaryrefslogtreecommitdiff
path: root/firmware/export/storage.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-11-20 18:44:40 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-11-20 18:44:40 +0000
commit814ffffdbe5a5ea420ddc6475512a75cba7a8583 (patch)
tree8aab4d0bf5ac49a4bb2d3abb64625f6b70aa9a66 /firmware/export/storage.h
parentbccee8900242d089e4e2c819725cd64b308b0157 (diff)
downloadrockbox-814ffffdbe5a5ea420ddc6475512a75cba7a8583.tar.gz
rockbox-814ffffdbe5a5ea420ddc6475512a75cba7a8583.zip
Add INIT_ATTR to storage_init() when possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31036 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/storage.h')
-rw-r--r--firmware/export/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/storage.h b/firmware/export/storage.h
index e9ac8b4cb9..58d8d32b6d 100644
--- a/firmware/export/storage.h
+++ b/firmware/export/storage.h
@@ -214,7 +214,7 @@ void storage_sleep(void);
214void storage_sleepnow(void); 214void storage_sleepnow(void);
215bool storage_disk_is_active(void); 215bool storage_disk_is_active(void);
216int storage_soft_reset(void); 216int storage_soft_reset(void);
217int storage_init(void); 217int storage_init(void) STORAGE_INIT_ATTR;
218int storage_flush(void); 218int storage_flush(void);
219void storage_spin(void); 219void storage_spin(void);
220void storage_spindown(int seconds); 220void storage_spindown(int seconds);