diff options
Diffstat (limited to 'fastboot/device/commands.h')
-rw-r--r-- | fastboot/device/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/device/commands.h b/fastboot/device/commands.h index bb1f988c3..afd6d0806 100644 --- a/fastboot/device/commands.h +++ b/fastboot/device/commands.h @@ -48,3 +48,4 @@ bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::strin bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args); bool UpdateSuperHandler(FastbootDevice* device, const std::vector<std::string>& args); bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args); +bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args); |