summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-04-28 00:34:15 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-28 00:34:16 +0200
commit0481faef77bf87e1c44b787c4aaf92e57cccf988 (patch)
tree0dd6c82a91f5867046e6c9806b0484b2754165e1 /common.h
parentMerge "Separate libupdate_verifier module and add testcases." (diff)
parentAdding support for quiescent reboot to recovery (diff)
downloadandroid_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.gz
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.bz2
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.lz
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.xz
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.zst
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index bda793599..62fb1324b 100644
--- a/common.h
+++ b/common.h
@@ -43,4 +43,6 @@ void ui_print(const char* format, ...);
bool is_ro_debuggable();
+bool reboot(const std::string& command);
+
#endif // RECOVERY_COMMON_H