diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-01-23 15:43:37 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-01-23 15:43:37 +0000 |
commit | 1b85f60ae0b0c1e24595e9551ce5eee10f15b182 (patch) | |
tree | a9cd95362fc8e63032647476acf4fa1cbfe1825a /firmware/export/ata.h | |
parent | b2e50906a4af3176d03dff98af4a260709bdad96 (diff) |
Permanently enable powering down the disk when it's sleeping for supported targets (iriver h1xx, h3xx and h10, iaudio x5, gigabeat and archos recorders)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12094 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/ata.h')
-rw-r--r-- | firmware/export/ata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h index a2cb8ab975..915a71f536 100644 --- a/firmware/export/ata.h +++ b/firmware/export/ata.h @@ -38,7 +38,6 @@ extern void ata_enable(bool on); extern void ata_spindown(int seconds); -extern void ata_poweroff(bool enable); extern void ata_sleep(void); extern void ata_sleepnow(void); extern bool ata_disk_is_active(void); |