diff options
Diffstat (limited to 'fastboot/device/variables.h')
-rw-r--r-- | fastboot/device/variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/device/variables.h b/fastboot/device/variables.h index 88947e0ce..0c706d7ab 100644 --- a/fastboot/device/variables.h +++ b/fastboot/device/variables.h @@ -35,3 +35,4 @@ bool GetMaxDownloadSize(FastbootDevice* device, const std::vector<std::string>& bool GetUnlocked(FastbootDevice* device, const std::vector<std::string>& args); bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args); bool GetPartitionSize(FastbootDevice* device, const std::vector<std::string>& args); +bool GetPartitionIsLogical(FastbootDevice* device, const std::vector<std::string>& args); |