blob: fad51f83854939dde192e82b3f1108a59ad8bcdc [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#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