diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-11-04 19:37:28 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-11-04 19:37:28 +0000 |
| commit | 6f32dab2aedfcd1c742f9c464ae924388ec089ab (patch) | |
| tree | ad8bd6286c8731f929cc8dec51c7960eec6b39c8 /firmware/export/ata.h | |
| parent | 147a23a6ed370278d6ebfe9912545fe7d10f7389 (diff) | |
| download | rockbox-6f32dab2aedfcd1c742f9c464ae924388ec089ab.zip rockbox-6f32dab2aedfcd1c742f9c464ae924388ec089ab.tar.gz rockbox-6f32dab2aedfcd1c742f9c464ae924388ec089ab.tar.bz2 rockbox-6f32dab2aedfcd1c742f9c464ae924388ec089ab.tar.xz | |
*_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
Diffstat (limited to 'firmware/export/ata.h')
| -rw-r--r-- | firmware/export/ata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h index a5c2f62..f491e52 100644 --- a/firmware/export/ata.h +++ b/firmware/export/ata.h @@ -36,7 +36,6 @@ void ata_sleepnow(void); doing something use ata_idle_notify.h */ bool ata_disk_is_active(void); -int ata_hard_reset(void); int ata_soft_reset(void); int ata_init(void); void ata_close(void); |