summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-01 23:57:05 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-01 23:57:05 -0700
commit91371a5fd87e1a240f60d002dc933e22548212fe (patch)
treebcfe82c7812fe74fb24b442ac69f4187e8e2f253 /include/linux
parentedd6b4da0a25af614b737e33f648c5d02eadbc11 (diff)
parent2fc978c8b7b8cbd66a578b02a43e365d1ad3746c (diff)
Merge "power_supply: Add REAL_TYPE power_supply_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 7488bb993d7a..aa8edf9928eb 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -247,6 +247,7 @@ enum power_supply_property {
POWER_SUPPLY_PROP_CONNECTOR_HEALTH,
POWER_SUPPLY_PROP_CTM_CURRENT_MAX,
POWER_SUPPLY_PROP_HW_CURRENT_MAX,
+ POWER_SUPPLY_PROP_REAL_TYPE,
/* Local extensions of type int64_t */
POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT,
/* Properties of type `const char *' */