1#ifndef _TERMIOS_H
2#include <termios/termios.h>
3
4#ifndef _ISOMAC
5/* Now define the internal interfaces. */
6extern int __tcgetattr (int __fd, struct termios *__termios_p);
7
8extern int __libc_tcdrain (int __fd);
9
10libc_hidden_proto (tcsetattr)
11libc_hidden_proto (cfsetispeed)
12libc_hidden_proto (cfsetospeed)
13
14#endif
15#endif
16