diff options
Diffstat (limited to 'fastboot/device/variables.h')
-rw-r--r-- | fastboot/device/variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastboot/device/variables.h b/fastboot/device/variables.h index 59b71e836..015a4c55a 100644 --- a/fastboot/device/variables.h +++ b/fastboot/device/variables.h @@ -59,6 +59,8 @@ bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& a std::string* message); bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& args, std::string* message); +bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& args, + std::string* message); // Helpers for getvar all. std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device); |