blob: 637b60d67a9c5cec74aaaf0da2ef47ae5ebf27c8 (
plain)
1
2
3
4
5
6
7
8
9
|
extern int console_visible;
int console_switch_init(void (*redraw)(void));
void console_switch_cleanup(void);
int check_console_switch(void);
int console_aquire_vt(void);
void console_restore_vt(void);
int console_activate_current(void);
|