summaryrefslogtreecommitdiff
path: root/firmware/export/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sd.h')
-rw-r--r--firmware/export/sd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/sd.h b/firmware/export/sd.h
index a5942dde1e..9ae3313ffd 100644
--- a/firmware/export/sd.h
+++ b/firmware/export/sd.h
@@ -51,8 +51,8 @@ int sd_spinup_time(void); /* ticks */
51void sd_get_info(IF_MD(int drive,) struct storage_info *info); 51void sd_get_info(IF_MD(int drive,) struct storage_info *info);
52#endif 52#endif
53#ifdef HAVE_HOTSWAP 53#ifdef HAVE_HOTSWAP
54bool sd_removable(IF_MV_NONVOID(int drive)); 54bool sd_removable(IF_MD_NONVOID(int drive));
55bool sd_present(IF_MV_NONVOID(int drive)); 55bool sd_present(IF_MD_NONVOID(int drive));
56#endif 56#endif
57 57
58long sd_last_disk_activity(void); 58long sd_last_disk_activity(void);