summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2018-09-10 00:42:25 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-09-10 00:42:25 +0200
commitfae21617f9f1a2ce62e2e09082155de0f50a99ad (patch)
tree6317b863fe3e7cb8abd2b10f4ff48984dbe64208 /common.h
parentMerge "Remove res-560dpi symlink." am: 02986d381e (diff)
parentMerge "Fix sideload for user devices by adding a new sideload config" (diff)
downloadandroid_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.tar
android_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.tar.gz
android_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.tar.bz2
android_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.tar.lz
android_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.tar.xz
android_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.tar.zst
android_bootable_recovery-fae21617f9f1a2ce62e2e09082155de0f50a99ad.zip
Diffstat (limited to '')
-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