From e7c2a72e2680827d6a733931273a93461c0d8d1b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 14 Nov 1995 08:00:00 +0000 Subject: Import of Linux/MIPS 1.3.0 --- include/linux/termios.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/linux/termios.h') diff --git a/include/linux/termios.h b/include/linux/termios.h index c06864acd..5a01ae381 100644 --- a/include/linux/termios.h +++ b/include/linux/termios.h @@ -43,6 +43,7 @@ #define TIOCSETD 0x5423 #define TIOCGETD 0x5424 #define TCSBRKP 0x5425 /* Needed for POSIX tcsendbreak() */ +#define TIOCTTYGSTRUCT 0x5426 /* For debugging only */ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 #define FIOASYNC 0x5452 @@ -53,6 +54,8 @@ #define TIOCSLCKTRMIOS 0x5457 #define TIOCSERGSTRUCT 0x5458 /* For debugging only */ #define TIOCSERGETLSR 0x5459 /* Get line status register */ +#define TIOCSERGETMULTI 0x545A /* Get multiport config */ +#define TIOCSERSETMULTI 0x545B /* Set multiport config */ /* Used for packet mode */ #define TIOCPKT_DATA 0 @@ -192,6 +195,7 @@ struct termios { #define CBAUDEX 0010000 #define B57600 0010001 #define B115200 0010002 +#define B230400 0010003 #define CIBAUD 002003600000 /* input baud rate (not used) */ #define CRTSCTS 020000000000 /* flow control */ -- cgit v1.2.3