From b1c429e6fb9a2f6881af2c2dd48cfb17c4477fc4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 17 Oct 2003 14:49:00 +0000 Subject: Car Ignition Auto Stop (patch #736339 by Craig Sather) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3976 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/powermgmt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/powermgmt.h') diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index 4b4d040dcd..f6b1a64b68 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -96,5 +96,6 @@ void set_battery_capacity(int capacity); /* set local battery capacity value */ void set_sleep_timer(int seconds); int get_sleep_timer(void); +void set_car_adapter_mode(bool setting); #endif -- cgit v1.2.3