2 #include <termios/termios.h>
4 /* Now define the internal interfaces. */
5 extern int __tcgetattr (int __fd, struct termios *__termios_p);
7 extern int __libc_tcdrain (int __fd);
9 libc_hidden_proto (tcsetattr)
10 libc_hidden_proto (cfsetispeed)
11 libc_hidden_proto (cfsetospeed)