summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-01-25 22:15:30 +0100
committerDoug Zongker <dougz@android.com>2011-01-25 22:50:16 +0100
commit5cae445e43c5928daba0a76745b0dd2657274eda (patch)
tree2afc1e07d1dbd6e677af74419b31c321641b33aa /common.h
parentReserve the last 16 Kbytes of /data for the crypto footer. (diff)
downloadandroid_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.tar
android_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.tar.gz
android_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.tar.bz2
android_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.tar.lz
android_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.tar.xz
android_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.tar.zst
android_bootable_recovery-5cae445e43c5928daba0a76745b0dd2657274eda.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 97e87eec5..d99daaf86 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
+int ui_text_ever_visible(); // returns >0 if text log was ever visible
void ui_show_text(int visible);
void ui_clear_key_queue();