9 lines
180 B
C++
9 lines
180 B
C++
|
#include <sys/banan-os.h>
|
||
|
#include <sys/syscall.h>
|
||
|
#include <unistd.h>
|
||
|
|
||
|
int tty_ctrl(int fildes, int command, int flags)
|
||
|
{
|
||
|
return syscall(SYS_TTY_CTRL, fildes, command, flags);
|
||
|
}
|