aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
blob: bc877f2a790f7667653c290c410c4863cbfb55a8 (plain)
1
2
3
4
5
6
7
8
extern int console_visible;

int console_switch_init(void (*suspend)(void),
                        void (*resume)(void));
void console_switch_cleanup(void);
int check_console_switch(void);

int console_activate_current(void);