forked from len0rd/rockbox
Changed to void* for ata_read/write_sectors()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@172 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f532a0041
commit
f32f78a0fb
2 changed files with 6 additions and 6 deletions
|
|
@ -24,9 +24,9 @@ extern int ata_soft_reset(void);
|
|||
extern int ata_init(void);
|
||||
extern int ata_read_sectors(unsigned long start,
|
||||
unsigned char count,
|
||||
unsigned short* buf);
|
||||
void* buf);
|
||||
extern int ata_write_sectors(unsigned long start,
|
||||
unsigned char count,
|
||||
unsigned short* buf);
|
||||
void* buf);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue