summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2018-08-31 20:57:51 +0200
committerHridya Valsaraju <hridya@google.com>2018-09-08 00:02:43 +0200
commite4ef453914235d1ac3bea1c1a27975ee1ea7da73 (patch)
treef421eef0a20c95c43cf006e1607fd8e75947ab8a /common.h
parentMerge "support mounting f2fs in recovery mode" (diff)
downloadandroid_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.tar
android_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.tar.gz
android_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.tar.bz2
android_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.tar.lz
android_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.tar.xz
android_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.tar.zst
android_bootable_recovery-e4ef453914235d1ac3bea1c1a27975ee1ea7da73.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index c24431bd1..38bdd526b 100644
--- a/common.h
+++ b/common.h
@@ -44,4 +44,5 @@ void ui_print(const char* format, ...) __printflike(1, 2);
bool is_ro_debuggable();
+bool SetUsbConfig(const std::string& state);
#endif // RECOVERY_COMMON_H