2 #include <lunaix/ioctl.h>
5 tcgetattr(int fd, struct termios* termios_p)
7 return ioctl(fd, TDEV_TCGETATTR, termios_p);
12 tcsendbreak(int fd, int )
19 tcsetattr(int fd, int optional_actions, const struct termios* termios_p)
21 return ioctl(fd, TDEV_TCSETATTR, termios_p);