diff options
Diffstat (limited to 'fastboot/device/variables.h')
-rw-r--r-- | fastboot/device/variables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fastboot/device/variables.h b/fastboot/device/variables.h index b06881ead..e7c3c7c83 100644 --- a/fastboot/device/variables.h +++ b/fastboot/device/variables.h @@ -55,7 +55,8 @@ bool GetHardwareRevision(FastbootDevice* device, const std::vector<std::string>& bool GetVariant(FastbootDevice* device, const std::vector<std::string>& args, std::string* message); bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& args, std::string* message); - +bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& args, + std::string* message); // Helpers for getvar all. std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device); std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device); |