1 #ifndef _SYS_TERMIOS_H_
2 #define _SYS_TERMIOS_H_
6 #include <minix/termios.h>
9 #if defined(_NETBSD_SOURCE)
10 void cfmakeraw(struct termios
*);
11 int cfsetspeed(struct termios
*, speed_t
);
12 #endif /* defined(_NETBSD_SOURCE) */
15 #endif /* !_SYS_TERMIOS_H_ */
17 #include <sys/ttydefaults.h>