summaryrefslogtreecommitdiff
path: root/firmware/export/ata_idle_notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ata_idle_notify.h')
-rw-r--r--firmware/export/ata_idle_notify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h
index 93a53eee34..0443f8e516 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -48,9 +48,9 @@ enum {
48 */ 48 */
49#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) && !defined(__PCTOOL__) 49#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) && !defined(__PCTOOL__)
50 50
51extern void register_storage_idle_func(void (*function)(void *data)); 51extern void register_storage_idle_func(void (*function)(void));
52#if USING_STORAGE_CALLBACK 52#if USING_STORAGE_CALLBACK
53extern void unregister_storage_idle_func(void (*function)(void *data), bool run); 53extern void unregister_storage_idle_func(void (*function)(void), bool run);
54extern bool call_storage_idle_notifys(bool force); 54extern bool call_storage_idle_notifys(bool force);
55#else 55#else
56#define unregister_storage_idle_func(f,r) 56#define unregister_storage_idle_func(f,r)