summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-03 20:00:13 +0200
committerDoug Zongker <dougz@android.com>2010-09-03 20:18:36 +0200
commit4bc980626c1cf6f1ea7d36e4b54e0023c896c9de (patch)
tree0859a3b4fcf443a194f3c36c3ac48fc072ec5e20 /common.h
parentRevert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 (diff)
downloadandroid_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.tar
android_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.tar.gz
android_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.tar.bz2
android_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.tar.lz
android_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.tar.xz
android_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.tar.zst
android_bootable_recovery-4bc980626c1cf6f1ea7d36e4b54e0023c896c9de.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 1182d77aa..a767b58e8 100644
--- a/common.h
+++ b/common.h
@@ -26,6 +26,7 @@ void ui_init();
int ui_wait_key(); // waits for a key/button press, returns the code
int ui_key_pressed(int key); // returns >0 if the code is currently pressed
int ui_text_visible(); // returns >0 if text log is currently visible
+void ui_show_text(int visible);
void ui_clear_key_queue();
// Write a message to the on-screen log shown with Alt-L (also to stderr).