summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.h
diff options
context:
space:
mode:
authorUwe Freese <thebreaker@rockbox.org>2002-12-14 15:47:34 +0000
committerUwe Freese <thebreaker@rockbox.org>2002-12-14 15:47:34 +0000
commit82785295f9e5ede724fc7b4cdf0ebbb827ad5b43 (patch)
tree5523e931f8ad609102e60ffc34a1c96474c5a513 /firmware/powermgmt.h
parent34299df8c84b8c6f58e3f7c2b9b5057ffc6e56dd (diff)
downloadrockbox-82785295f9e5ede724fc7b4cdf0ebbb827ad5b43.tar.gz
rockbox-82785295f9e5ede724fc7b4cdf0ebbb827ad5b43.zip
new charge state variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/powermgmt.h')
-rw-r--r--firmware/powermgmt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/powermgmt.h b/firmware/powermgmt.h
index 21bdb9c4fb..f2f3a0ef94 100644
--- a/firmware/powermgmt.h
+++ b/firmware/powermgmt.h
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 by Heikki Hannikainen 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -58,6 +58,7 @@ extern int powermgmt_last_cycle_level; /* which level had the batteries
58 58
59extern int battery_lazyness[20]; /* how does the battery react when plugging in/out the charger */ 59extern int battery_lazyness[20]; /* how does the battery react when plugging in/out the charger */
60extern int trickle_sec; /* trickle charge: How many seconds per minute are we charging actually? */ 60extern int trickle_sec; /* trickle charge: How many seconds per minute are we charging actually? */
61extern int charge_state; /* tells what the charger is doing (for info display): 0: decharging/charger off, 1: charge, 2: top-off, 3: trickle */
61 62
62#endif /* HAVE_CHARGE_CTRL */ 63#endif /* HAVE_CHARGE_CTRL */
63 64