From cf1368145af6e4b84421dd7331ad0f4c45d419a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 29 Nov 2002 07:05:27 +0000 Subject: 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 --- firmware/config-recorder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/config-recorder.h') 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 @@ /* Define this if you have charging control */ #define HAVE_CHARGE_CTRL +/* Define this if you have ATA power-off control */ +#define HAVE_ATA_POWER_OFF -- cgit v1.2.3