summaryrefslogtreecommitdiff
path: root/fastboot/device/variables.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-08-09 23:16:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-09 23:16:27 +0000
commit770395dee1e3fd632f0cbb71a24f2648d4d50f1b (patch)
tree7e1ef9306d349b688817734bca18381cbe38f4ff /fastboot/device/variables.h
parent18eae78c09d8e037fc0e3d038cf338e15ba7ddcb (diff)
parent0d4277d7b34eb1f5e37f268732ad7230ad903855 (diff)
Merge "fastbootd: Add commands for logical partitions."
Diffstat (limited to 'fastboot/device/variables.h')
-rw-r--r--fastboot/device/variables.h1
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);