forked from len0rd/rockbox
Disabled unused ata_led function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a0340fc21
commit
9cd291989b
1 changed files with 2 additions and 1 deletions
|
|
@ -688,11 +688,12 @@ static void nand_test(void)
|
||||||
|
|
||||||
|
|
||||||
/* API Functions */
|
/* API Functions */
|
||||||
|
#if 0 /* currently unused */
|
||||||
static void ata_led(bool onoff)
|
static void ata_led(bool onoff)
|
||||||
{
|
{
|
||||||
led(onoff);
|
led(onoff);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int ata_read_sectors(IF_MV2(int drive,) unsigned long start, int incount,
|
int ata_read_sectors(IF_MV2(int drive,) unsigned long start, int incount,
|
||||||
void* inbuf)
|
void* inbuf)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue