diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-02-08 15:18:40 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 20:22:24 +0300 |
commit | 596f56018df3ed7de20f6038f72177b3674ebbd4 (patch) | |
tree | 8d3956e81dd291e5c01d27d76d5b0dfb9febd38b /include/asm-s390/ioctls.h | |
parent | aa7738a5f503abea5445cdd8cc2d501502c748ae (diff) | |
download | linux-596f56018df3ed7de20f6038f72177b3674ebbd4.tar.xz |
tty: s390 support for termios2.
Backend for s390.
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-s390/ioctls.h')
-rw-r--r-- | include/asm-s390/ioctls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-s390/ioctls.h b/include/asm-s390/ioctls.h index 07e19b2dd73f..40e481b1b461 100644 --- a/include/asm-s390/ioctls.h +++ b/include/asm-s390/ioctls.h @@ -54,6 +54,10 @@ #define TIOCSBRK 0x5427 /* BSD compatibility */ #define TIOCCBRK 0x5428 /* BSD compatibility */ #define TIOCGSID 0x5429 /* Return the session ID of FD */ +#define TCGETS2 _IOR('T',0x2A, struct termios2) +#define TCSETS2 _IOW('T',0x2B, struct termios2) +#define TCSETSW2 _IOW('T',0x2C, struct termios2) +#define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ |