From 519d0b165c38854e9ece43907e1dffc1c659dbb4 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 09:12:54 +0100 Subject: move console handling to vt.c --- vt.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vt.h (limited to 'vt.h') diff --git a/vt.h b/vt.h new file mode 100644 index 0000000..bbba2be --- /dev/null +++ b/vt.h @@ -0,0 +1,7 @@ +extern int console_visible; + +int console_switch_init(int fd, void (*redraw)(void)); +int check_console_switch(void); + +void console_set_vt(int vtno); +void console_restore_vt(void); -- cgit