kernel debug: priv can be NULL early on
[minix.git] / include / sys / termios.h
blob9a1e7059c4e9bd8bdeec4667b8d15891fdc2d574
1 #ifndef _SYS_TERMIOS_H_
2 #define _SYS_TERMIOS_H_
4 #include <sys/cdefs.h>
6 #include <minix/termios.h>
8 __BEGIN_DECLS
9 #if defined(_NETBSD_SOURCE)
10 void cfmakeraw(struct termios *);
11 int cfsetspeed(struct termios *, speed_t);
12 #endif /* defined(_NETBSD_SOURCE) */
13 __END_DECLS
15 #endif /* !_SYS_TERMIOS_H_ */
17 #include <sys/ttydefaults.h>