mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
fix ata-nand-s5l8700 compilation properly this time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21938 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e12fdfcfb0
commit
c247483ef1
2 changed files with 1 additions and 2 deletions
|
@ -38,6 +38,7 @@ void nand_close(void);
|
|||
int nand_read_sectors(IF_MD2(int drive,) unsigned long start, int count, void* buf);
|
||||
int nand_write_sectors(IF_MD2(int drive,) unsigned long start, int count, const void* buf);
|
||||
void nand_spin(void);
|
||||
int nand_spinup_time(void); /* ticks */
|
||||
|
||||
#ifdef STORAGE_GET_INFO
|
||||
void nand_get_info(IF_MD2(int drive,) struct storage_info *info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue