summaryrefslogtreecommitdiff
path: root/fastboot/device/variables.h
diff options
context:
space:
mode:
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 63f267024..0546942a8 100644
--- a/fastboot/device/variables.h
+++ b/fastboot/device/variables.h
@@ -52,6 +52,7 @@ bool GetIsUserspace(FastbootDevice* device, const std::vector<std::string>& args
std::string* message);
bool GetHardwareRevision(FastbootDevice* device, const std::vector<std::string>& args,
std::string* message);
+bool GetVariant(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
// Helpers for getvar all.
std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);