From bb659da62a697316f567ce32afa3580424cd82f9 Mon Sep 17 00:00:00 2001 From: Nicholas Troast Date: Mon, 10 Oct 2016 19:27:32 -0700 Subject: power_supply: add PARALLEL_PERCENT property The PARALLEL_PERCENT property is used for the parallel distribution percentage. Change-Id: I7d2a7a775437770075ddbd2d1a36ce5d9e44a631 Signed-off-by: Nicholas Troast --- include/linux/power_supply.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 218cd875ee5a..cd559848070f 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -222,6 +222,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_CHARGER_TEMP, POWER_SUPPLY_PROP_CHARGER_TEMP_MAX, POWER_SUPPLY_PROP_PARALLEL_DISABLE, + POWER_SUPPLY_PROP_PARALLEL_PERCENT, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ -- cgit v1.2.3