Split sys/param.h out into common file and sysdeps bits/param.h file.
[jlayton/glibc.git] / include / termios.h
1 #ifndef _TERMIOS_H
2 #include <termios/termios.h>
3
4 #ifndef _ISOMAC
5 /* Now define the internal interfaces.  */
6 extern int __tcgetattr (int __fd, struct termios *__termios_p);
7
8 extern int __libc_tcdrain (int __fd);
9
10 libc_hidden_proto (tcsetattr)
11 libc_hidden_proto (cfsetispeed)
12 libc_hidden_proto (cfsetospeed)
13
14 #endif
15 #endif