1
0
Fork 0
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:
Frank Gevaerts 2008-11-04 19:57:36 +00:00
parent 5a00367a08
commit 059fff29ec
6 changed files with 10 additions and 38 deletions

View file

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