summaryrefslogtreecommitdiffstats
path: root/recovery_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-02-02 17:54:10 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-02 17:54:10 +0100
commit93dbe07ff6c06e8df2c804cbac63601fbb1de041 (patch)
tree0a18db391d237f0905ad270c08e0b094bfe65325 /recovery_ui.h
parentadd a one-argument version of package_extract_file (diff)
parentchange log recovery to generic device_recovery_start function (diff)
downloadandroid_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.tar
android_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.tar.gz
android_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.tar.bz2
android_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.tar.lz
android_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.tar.xz
android_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.tar.zst
android_bootable_recovery-93dbe07ff6c06e8df2c804cbac63601fbb1de041.zip
Diffstat (limited to 'recovery_ui.h')
-rw-r--r--recovery_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/recovery_ui.h b/recovery_ui.h
index 8818ef303..e451bdfa2 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -17,6 +17,9 @@
#ifndef _RECOVERY_UI_H
#define _RECOVERY_UI_H
+// Called when recovery starts up. Returns 0.
+extern int device_recovery_start();
+
// Called in the input thread when a new key (key_code) is pressed.
// *key_pressed is an array of KEY_MAX+1 bytes indicating which other
// keys are already pressed. Return true if the text display should