forked from len0rd/rockbox
Remove unused card_detect(), and make card_detect_target() static inline in each sd driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23757 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82bbd1ed9f
commit
ee7cf6c63c
7 changed files with 42 additions and 50 deletions
|
@ -51,8 +51,6 @@ bool sd_present(IF_MV_NONVOID(int drive));
|
|||
void card_enable_monitoring_target(bool on);
|
||||
#endif
|
||||
|
||||
bool card_detect_target(void);
|
||||
|
||||
long sd_last_disk_activity(void);
|
||||
|
||||
#ifdef CONFIG_STORAGE_MULTI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue