diff options
Diffstat (limited to 'adb_install.h')
-rw-r--r-- | adb_install.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/adb_install.h b/adb_install.h index efad436fa..24e9e21f6 100644 --- a/adb_install.h +++ b/adb_install.h @@ -17,8 +17,10 @@ #ifndef _ADB_INSTALL_H #define _ADB_INSTALL_H -class RecoveryUI; +//class RecoveryUI; -int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file); +void set_usb_driver(bool enabled); +void maybe_restart_adbd(); +int apply_from_adb(const char* install_file, pid_t* child_pid); #endif |