summaryrefslogtreecommitdiffstats
path: root/include/linux/power_supply.h
diff options
context:
space:
mode:
authorAlexey Starikovskiy2009-10-15 12:31:30 +0200
committerLen Brown2010-01-15 22:59:21 +0100
commitc955fe8e0bdd7be7a6bc2d49245d570a816f7cc5 (patch)
tree009967d82394c741f98118ed99d0ad19e9aa899a /include/linux/power_supply.h
parentACPI: Battery: Add bit flags (diff)
downloadkernel-qcow2-linux-c955fe8e0bdd7be7a6bc2d49245d570a816f7cc5.tar.gz
kernel-qcow2-linux-c955fe8e0bdd7be7a6bc2d49245d570a816f7cc5.tar.xz
kernel-qcow2-linux-c955fe8e0bdd7be7a6bc2d49245d570a816f7cc5.zip
POWER: Add support for cycle_count
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/power_supply.h')
-rw-r--r--include/linux/power_supply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index b5d096d3a9be..ebd2b8fb00d0 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -82,6 +82,7 @@ enum power_supply_property {
POWER_SUPPLY_PROP_PRESENT,
POWER_SUPPLY_PROP_ONLINE,
POWER_SUPPLY_PROP_TECHNOLOGY,
+ POWER_SUPPLY_PROP_CYCLE_COUNT,
POWER_SUPPLY_PROP_VOLTAGE_MAX,
POWER_SUPPLY_PROP_VOLTAGE_MIN,
POWER_SUPPLY_PROP_VOLTAGE_MAX_DESIGN,