From 19425909c3e19b3733b13fefc2a2aa88fb9f1d61 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 21:33:00 +0000 Subject: Another round of making local functions static and making sure that source files are in sync with their header files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/coldfire/ata-target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/target/coldfire/ata-target.h') diff --git a/firmware/target/coldfire/ata-target.h b/firmware/target/coldfire/ata-target.h index e246dc7af1..d7dc80cf37 100644 --- a/firmware/target/coldfire/ata-target.h +++ b/firmware/target/coldfire/ata-target.h @@ -62,6 +62,7 @@ #define SET_16BITREG(reg,val) reg = (val) void ata_reset(void); +void ata_enable(bool on); void ata_device_init(void); bool ata_is_coldstart(void); -- cgit v1.2.3