forked from len0rd/rockbox
storage: fix MD vs MV confusion
Change-Id: If0e4b0ac8b24413b77f1d67293c652c6a0e01bbd
This commit is contained in:
parent
d8cbe4e4fb
commit
065910663a
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ int sd_spinup_time(void); /* ticks */
|
|||
void sd_get_info(IF_MD(int drive,) struct storage_info *info);
|
||||
#endif
|
||||
#ifdef HAVE_HOTSWAP
|
||||
bool sd_removable(IF_MV_NONVOID(int drive));
|
||||
bool sd_present(IF_MV_NONVOID(int drive));
|
||||
bool sd_removable(IF_MD_NONVOID(int drive));
|
||||
bool sd_present(IF_MD_NONVOID(int drive));
|
||||
#endif
|
||||
|
||||
long sd_last_disk_activity(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue