aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
blob: fb89468c97d7bfc343ccdbafd1a6c8515ddb6639 (plain)
1
2
3
4
5
6
7
8
9
10
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_aquire_vt(void);
void console_restore_vt(void);
int console_activate_current(void);