Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
rafael
/
suspend-utils
/
f63b384ad07396502d0cf54fa5f264a9dccc50ec
/
.
/
vt.h
blob: 50b97911ab784537939e6d3e9bf40c065b3f1f1e [
file
]
/* vt.h - VT specific routines
*/
#include
<fcntl.h>
int
is_a_console
(
int
fd
);
int
open_a_console
(
const
char
*
fnam
);
int
getconsolefd
(
void
);
int
fgconsole
(
void
);
int
chvt
(
int
num
);
int
is_framebuffer
(
void
);
char
*
get_fbname
(
void
);