aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-01-25 13:56:07 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-25 13:56:07 -0800
commit6da1abbc387d51eb795628fb690d333f10f28408 (patch)
tree7d0ac3959a644d36d40a907776ffa6fe8653acaf /common.h
parent80abd51dbcf5869d3ef4ddfc88f538c42697c39e (diff)
parent5df22d03d2e7c6de213d83a58e0af39c42f839ca (diff)
downloadbootable_recovery-6da1abbc387d51eb795628fb690d333f10f28408.zip
bootable_recovery-6da1abbc387d51eb795628fb690d333f10f28408.tar.gz
bootable_recovery-6da1abbc387d51eb795628fb690d333f10f28408.tar.bz2
am 5df22d03: am 5cae445e: make recovery reboot after 2 minutes of no activity
* commit '5df22d03d2e7c6de213d83a58e0af39c42f839ca': make recovery reboot after 2 minutes of no activity
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 97e87ee..d99daaf 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();