summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-28 15:16:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-28 15:16:36 +0000
commitad8ac5c3ceba6f44c2470730f1c34082c194ffdf (patch)
tree921b30436f88eff89e297a5a6ed513732bc8fa91 /firmware/drivers/ata.h
parentfce2a2898244a10f8155fd3cae52e8ac2be1c8a6 (diff)
Added ata_disk_is_active() function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1479 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/ata.h')
-rw-r--r--firmware/drivers/ata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/ata.h b/firmware/drivers/ata.h
index 77c4c2b7bf..aa9c767cbb 100644
--- a/firmware/drivers/ata.h
+++ b/firmware/drivers/ata.h
@@ -35,6 +35,7 @@
extern void ata_enable(bool on);
extern void ata_spindown(int seconds);
extern int ata_sleep(void);
+extern bool ata_disk_is_active(void);
extern int ata_hard_reset(void);
extern int ata_soft_reset(void);
extern int ata_init(void);