summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb_install.h')
-rw-r--r--adb_install.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb_install.h b/adb_install.h
index a7cb33686..604c61d27 100644
--- a/adb_install.h
+++ b/adb_install.h
@@ -19,6 +19,8 @@
//class RecoveryUI;
+void set_usb_driver(bool enabled);
+void maybe_restart_adbd();
int apply_from_adb(const char* install_file);
#endif