forked from len0rd/rockbox
Since *set_led_enabled() is actually an ata-specific feature, move it back to ata_* only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19006 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a00367a08
commit
059fff29ec
6 changed files with 10 additions and 38 deletions
|
|
@ -38,10 +38,6 @@ int sd_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* buf
|
|||
int sd_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf);
|
||||
void sd_spin(void);
|
||||
|
||||
#if (CONFIG_LED == LED_REAL)
|
||||
void sd_set_led_enabled(bool enabled);
|
||||
#endif
|
||||
|
||||
#ifdef STORAGE_GET_INFO
|
||||
void sd_get_info(IF_MV2(int drive,) struct storage_info *info);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue