1
0
Fork 0
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:
Thomas Martitz 2009-11-26 00:51:09 +00:00
parent 82bbd1ed9f
commit ee7cf6c63c
7 changed files with 42 additions and 50 deletions

View file

@ -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