PTY: Add TERMIOS support.

This commit is contained in:
Gregory Nutt
2016-07-16 10:43:44 -06:00
parent 8fa14b8fed
commit ded91e451b
3 changed files with 193 additions and 3 deletions
+1 -1
View File
@@ -280,9 +280,9 @@ struct uart_dev_s
#endif
bool isconsole; /* true: This is the serial console */
#ifdef CONFIG_SERIAL_TERMIOS
/* Terminal control flags */
#ifdef CONFIG_SERIAL_TERMIOS
tcflag_t tc_iflag; /* Input modes */
tcflag_t tc_oflag; /* Output modes */
tcflag_t tc_lflag; /* Local modes */