1
0
Fork 0
forked from len0rd/rockbox

storage: fix MD vs MV confusion

Change-Id: If0e4b0ac8b24413b77f1d67293c652c6a0e01bbd
This commit is contained in:
Amaury Pouly 2013-12-06 01:55:21 +01:00
parent d8cbe4e4fb
commit 065910663a

View file

@ -51,8 +51,8 @@ int sd_spinup_time(void); /* ticks */
void sd_get_info(IF_MD(int drive,) struct storage_info *info); void sd_get_info(IF_MD(int drive,) struct storage_info *info);
#endif #endif
#ifdef HAVE_HOTSWAP #ifdef HAVE_HOTSWAP
bool sd_removable(IF_MV_NONVOID(int drive)); bool sd_removable(IF_MD_NONVOID(int drive));
bool sd_present(IF_MV_NONVOID(int drive)); bool sd_present(IF_MD_NONVOID(int drive));
#endif #endif
long sd_last_disk_activity(void); long sd_last_disk_activity(void);