Upload Tizen:Base source
[external/eglibc.git] / include / termios.h
1 #ifndef _TERMIOS_H
2 #include <termios/termios.h>
3
4 /* Now define the internal interfaces.  */
5 extern int __tcgetattr (int __fd, struct termios *__termios_p);
6
7 extern int __libc_tcdrain (int __fd);
8
9 libc_hidden_proto (tcsetattr)
10 libc_hidden_proto (cfsetispeed)
11 libc_hidden_proto (cfsetospeed)
12
13 #endif