From 4bc980626c1cf6f1ea7d36e4b54e0023c896c9de Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Fri, 3 Sep 2010 11:00:13 -0700 Subject: add --show_text option to recovery Change-Id: Ie6c6c920260dfa759fbb15b1f352d6bb0fa7146c --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 1182d77..a767b58 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). -- cgit v1.1