forked from len0rd/rockbox
Enabled ata_write_sectors()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1481 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5cf6b411ac
commit
47c0388f75
1 changed files with 0 additions and 2 deletions
|
|
@ -174,7 +174,6 @@ int ata_read_sectors(unsigned long start,
|
|||
return ret;
|
||||
}
|
||||
|
||||
//#ifdef DISK_WRITE
|
||||
int ata_write_sectors(unsigned long start,
|
||||
unsigned char count,
|
||||
void* buf)
|
||||
|
|
@ -230,7 +229,6 @@ int ata_write_sectors(unsigned long start,
|
|||
mutex_unlock(&ata_mtx);
|
||||
return i;
|
||||
}
|
||||
//#endif
|
||||
|
||||
static int check_registers(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue