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 65c181302a..ee825c967e 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -44,10 +44,10 @@ extern bool register_ata_idle_func(ata_idle_notify function);
44#if USING_ATA_CALLBACK 44#if USING_ATA_CALLBACK
45extern void ata_idle_notify_init(void); 45extern void ata_idle_notify_init(void);
46extern void unregister_ata_idle_func(ata_idle_notify function, bool run); 46extern void unregister_ata_idle_func(ata_idle_notify function, bool run);
47extern bool call_ata_idle_notifys(bool sleep_after); 47extern bool call_ata_idle_notifys(bool force);
48#else 48#else
49#define unregister_ata_idle_func(f,r) 49#define unregister_ata_idle_func(f,r)
50#define call_ata_idle_notifys(s) 50#define call_ata_idle_notifys(f)
51#define ata_idle_notify_init(s) 51#define ata_idle_notify_init(s)
52#endif 52#endif
53 53