summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/ata-target.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
commit19425909c3e19b3733b13fefc2a2aa88fb9f1d61 (patch)
treeb027f3545b048ab9ec18ad65b0a71c53434e449f /firmware/target/coldfire/ata-target.h
parente243db65b41c967ae8e7ef4cd946a2cdf7c6a19e (diff)
downloadrockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.tar.gz
rockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.zip
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
Diffstat (limited to 'firmware/target/coldfire/ata-target.h')
-rw-r--r--firmware/target/coldfire/ata-target.h1
1 files changed, 1 insertions, 0 deletions
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 @@
62#define SET_16BITREG(reg,val) reg = (val) 62#define SET_16BITREG(reg,val) reg = (val)
63 63
64void ata_reset(void); 64void ata_reset(void);
65void ata_enable(bool on);
65void ata_device_init(void); 66void ata_device_init(void);
66bool ata_is_coldstart(void); 67bool ata_is_coldstart(void);
67 68