summaryrefslogtreecommitdiff
path: root/firmware/export/sd.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-12-06 01:55:21 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-06 01:55:21 +0100
commit065910663a83577acfb8e464403abdbcd2e6c042 (patch)
treec5f5ca8d178e99f4e62709d73bd67cb11594b9d1 /firmware/export/sd.h
parentd8cbe4e4fba784a5b098b62679490bfd4f6cb66c (diff)
downloadrockbox-065910663a83577acfb8e464403abdbcd2e6c042.tar.gz
rockbox-065910663a83577acfb8e464403abdbcd2e6c042.zip
storage: fix MD vs MV confusion
Change-Id: If0e4b0ac8b24413b77f1d67293c652c6a0e01bbd
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);