summaryrefslogtreecommitdiff
path: root/firmware/config-recorder.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-29 07:05:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-29 07:05:27 +0000
commitcf1368145af6e4b84421dd7331ad0f4c45d419a1 (patch)
tree6b2a8bbd4d6b69f17feb0df26d3109a35b26a4b1 /firmware/config-recorder.h
parent2b77b4fdd50f8ff150181f973767afa9dd4b7b22 (diff)
downloadrockbox-cf1368145af6e4b84421dd7331ad0f4c45d419a1.tar.gz
rockbox-cf1368145af6e4b84421dd7331ad0f4c45d419a1.zip
HAVE_ATA_POWER_OFF is now defined and used if the platform has support for
that control git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2889 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config-recorder.h')
-rw-r--r--firmware/config-recorder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/config-recorder.h b/firmware/config-recorder.h
index 9bcfc7bc60..566758156c 100644
--- a/firmware/config-recorder.h
+++ b/firmware/config-recorder.h
@@ -16,3 +16,5 @@
16/* Define this if you have charging control */ 16/* Define this if you have charging control */
17#define HAVE_CHARGE_CTRL 17#define HAVE_CHARGE_CTRL
18 18
19/* Define this if you have ATA power-off control */
20#define HAVE_ATA_POWER_OFF