1
0
Fork 0
forked from len0rd/rockbox

*_hard_reset() is only used inside ata.c, so there's no need to export it to the world

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-11-04 19:37:28 +00:00
parent 147a23a6ed
commit 6f32dab2ae
7 changed files with 1 additions and 12 deletions

View file

@ -31,7 +31,6 @@ void nand_enable(bool on);
void nand_spindown(int seconds);
void nand_sleep(void);
bool nand_disk_is_active(void);
int nand_hard_reset(void);
int nand_soft_reset(void);
int nand_init(void);
void nand_close(void);