diff options
| author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2016-10-17 16:51:36 -0700 |
|---|---|---|
| committer | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2016-10-19 16:27:04 -0700 |
| commit | cb6c743a0642d37210b44f7e1a4edb23f0250e4b (patch) | |
| tree | 9a5d775a523f3694d59e15dfe002e316a0dd0d32 /include/linux | |
| parent | 712057c95d252758698ca9a778c7dc8810f8019a (diff) | |
power_supply: Add PE_START property
This property will be used to indicate to the policy engine that it
should start its activities.
Change-Id: I9deb48f7bff71b022c5899e6eff7617526d02324
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/power_supply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index a8ccecf5799a..18e1a979db76 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -224,6 +224,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_CHARGER_TEMP_MAX, POWER_SUPPLY_PROP_PARALLEL_DISABLE, POWER_SUPPLY_PROP_PARALLEL_PERCENT, + POWER_SUPPLY_PROP_PE_START, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ |
