1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-07-28 15:51:26 +00:00
parent 5cf6b411ac
commit 47c0388f75

View file

@ -174,7 +174,6 @@ int ata_read_sectors(unsigned long start,
return ret; return ret;
} }
//#ifdef DISK_WRITE
int ata_write_sectors(unsigned long start, int ata_write_sectors(unsigned long start,
unsigned char count, unsigned char count,
void* buf) void* buf)
@ -230,7 +229,6 @@ int ata_write_sectors(unsigned long start,
mutex_unlock(&ata_mtx); mutex_unlock(&ata_mtx);
return i; return i;
} }
//#endif
static int check_registers(void) static int check_registers(void)
{ {