From 6f32dab2aedfcd1c742f9c464ae924388ec089ab Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 4 Nov 2008 19:37:28 +0000 Subject: *_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 --- firmware/export/ata.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export/ata.h') 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); 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); -- cgit v1.2.3