summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 86e5c51128..e46e193129 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -38,6 +38,7 @@
38#include "option_select.h" 38#include "option_select.h"
39#include "talk.h" 39#include "talk.h"
40#include "version.h" 40#include "version.h"
41#include "storage.h"
41 42
42#if CONFIG_CHARGING 43#if CONFIG_CHARGING
43#include "power.h" 44#include "power.h"
@@ -265,13 +266,13 @@ static const struct plugin_api rockbox_api = {
265 fdprintf, 266 fdprintf,
266 read_line, 267 read_line,
267 settings_parseline, 268 settings_parseline,
268 ata_sleep, 269 storage_sleep,
269 ata_spin, 270 storage_spin,
270 ata_spindown, 271 storage_spindown,
271#if USING_ATA_CALLBACK 272#if USING_STORAGE_CALLBACK
272 register_ata_idle_func, 273 register_storage_idle_func,
273 unregister_ata_idle_func, 274 unregister_storage_idle_func,
274#endif /* USING_ATA_CALLBACK */ 275#endif /* USING_STORAGE_CALLBACK */
275 reload_directory, 276 reload_directory,
276 create_numbered_filename, 277 create_numbered_filename,
277 file_exists, 278 file_exists,