summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-18 05:32:06 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-18 05:32:06 +0000
commit9a6f419775270340ee154c55dbe52e99682fb77a (patch)
tree188fa4854d2ac5529f701de1bbba29a3241495bc /apps/plugin.h
parentbd47d48c21ddcdd56b3654db78613d93739b8ce7 (diff)
downloadrockbox-9a6f419775270340ee154c55dbe52e99682fb77a.tar.gz
rockbox-9a6f419775270340ee154c55dbe52e99682fb77a.zip
CONFIG_CHARGING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index daab88eda1..a48a65dfbb 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -510,7 +510,7 @@ struct plugin_api {
510#ifndef SIMULATOR 510#ifndef SIMULATOR
511 unsigned int (*battery_voltage)(void); 511 unsigned int (*battery_voltage)(void);
512#endif 512#endif
513#ifdef CONFIG_CHARGING 513#if CONFIG_CHARGING
514 bool (*charger_inserted)(void); 514 bool (*charger_inserted)(void);
515# if CONFIG_CHARGING == CHARGING_MONITOR 515# if CONFIG_CHARGING == CHARGING_MONITOR
516 bool (*charging_state)(void); 516 bool (*charging_state)(void);