summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-09 19:59:28 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-09 19:59:28 -0800
commit55f7c3c5f28dd02ee9bfcdf4a537f3069388671d (patch)
tree2a216cd44435cd09695e73e4c1d93a114f9d2302 /include/linux
parent9ad5708a9e23ab524078e08f6d05bceaabf43ba1 (diff)
parenta5dea1fbd6544ca5911671db71fab6916d61878d (diff)
Merge "power_supply: Add BOOST_CURRENT property"
Diffstat (limited to 'include/linux')
-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 18e1a979db76..125568f7862c 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -199,6 +199,7 @@ enum power_supply_property {
POWER_SUPPLY_PROP_UPDATE_NOW,
POWER_SUPPLY_PROP_ESR_COUNT,
POWER_SUPPLY_PROP_BUCK_FREQ,
+ POWER_SUPPLY_PROP_BOOST_CURRENT,
POWER_SUPPLY_PROP_SAFETY_TIMER_ENABLE,
POWER_SUPPLY_PROP_CHARGE_DONE,
POWER_SUPPLY_PROP_FLASH_ACTIVE,