summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-04-05 05:39:26 (GMT)
committerLen Brown <len.brown@intel.com>2009-04-05 05:39:26 (GMT)
commit3266d63c0684138f4900d4e5c6fbfab59e054afc (patch)
tree83b67cc2dca6dfb25e81ff21716fdd4c56b39623 /include
parent4926a236396ffc82be004cc89223a7f2747a44dc (diff)
parent7faa144a518c456e2057918f030f50100144ccc6 (diff)
downloadlinux-fsl-qoriq-3266d63c0684138f4900d4e5c6fbfab59e054afc.tar.xz
Merge branch 'battery' into release
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 8ff25e0..594c494 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -73,6 +73,8 @@ enum power_supply_property {
POWER_SUPPLY_PROP_VOLTAGE_AVG,
POWER_SUPPLY_PROP_CURRENT_NOW,
POWER_SUPPLY_PROP_CURRENT_AVG,
+ POWER_SUPPLY_PROP_POWER_NOW,
+ POWER_SUPPLY_PROP_POWER_AVG,
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
POWER_SUPPLY_PROP_CHARGE_EMPTY_DESIGN,
POWER_SUPPLY_PROP_CHARGE_FULL,