summaryrefslogtreecommitdiff
path: root/firmware/export/ata.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-11-04 19:37:28 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-11-04 19:37:28 +0000
commit6f32dab2aedfcd1c742f9c464ae924388ec089ab (patch)
treead8bd6286c8731f929cc8dec51c7960eec6b39c8 /firmware/export/ata.h
parent147a23a6ed370278d6ebfe9912545fe7d10f7389 (diff)
downloadrockbox-6f32dab2aedfcd1c742f9c464ae924388ec089ab.tar.gz
rockbox-6f32dab2aedfcd1c742f9c464ae924388ec089ab.zip
*_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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index a5c2f6292a..f491e525e6 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -36,7 +36,6 @@ void ata_sleepnow(void);
36 doing something use ata_idle_notify.h 36 doing something use ata_idle_notify.h
37 */ 37 */
38bool ata_disk_is_active(void); 38bool ata_disk_is_active(void);
39int ata_hard_reset(void);
40int ata_soft_reset(void); 39int ata_soft_reset(void);
41int ata_init(void); 40int ata_init(void);
42void ata_close(void); 41void ata_close(void);