summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2017-04-28 00:41:33 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-28 00:41:33 +0200
commit5b27cd109341b2da9ce0ef6e698a5f986d99b31f (patch)
tree0dd6c82a91f5867046e6c9806b0484b2754165e1 /common.h
parentMerge "Separate libupdate_verifier module and add testcases." (diff)
parentMerge "Adding support for quiescent reboot to recovery" (diff)
downloadandroid_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.tar
android_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.tar.gz
android_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.tar.bz2
android_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.tar.lz
android_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.tar.xz
android_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.tar.zst
android_bootable_recovery-5b27cd109341b2da9ce0ef6e698a5f986d99b31f.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