Also cleanup Onda VX747 ata-sd-target.h file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21587 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e0e24cbf0a
commit
e4003539bc
1 changed files with 0 additions and 8 deletions
|
@ -26,14 +26,6 @@
|
|||
#include "hotswap.h"
|
||||
#include "jz4740.h"
|
||||
|
||||
tCardInfo *card_get_info_target(int card_no);
|
||||
bool card_detect_target(void);
|
||||
|
||||
#ifdef HAVE_HOTSWAP
|
||||
void card_enable_monitoring_target(bool on);
|
||||
void microsd_int(void); /* ??? */
|
||||
#endif
|
||||
|
||||
int _sd_read_sectors(unsigned long start, int count, void* buf);
|
||||
int _sd_write_sectors(unsigned long start, int count, const void* buf);
|
||||
int _sd_init(void);
|
||||
|
|
Loading…
Reference in a new issue