diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-02-08 07:18:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:24 -0500 |
commit | 596f56018df3ed7de20f6038f72177b3674ebbd4 (patch) | |
tree | 8d3956e81dd291e5c01d27d76d5b0dfb9febd38b /include/asm-s390/ioctls.h | |
parent | aa7738a5f503abea5445cdd8cc2d501502c748ae (diff) |
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 @@ | |||
54 | #define TIOCSBRK 0x5427 /* BSD compatibility */ | 54 | #define TIOCSBRK 0x5427 /* BSD compatibility */ |
55 | #define TIOCCBRK 0x5428 /* BSD compatibility */ | 55 | #define TIOCCBRK 0x5428 /* BSD compatibility */ |
56 | #define TIOCGSID 0x5429 /* Return the session ID of FD */ | 56 | #define TIOCGSID 0x5429 /* Return the session ID of FD */ |
57 | #define TCGETS2 _IOR('T',0x2A, struct termios2) | ||
58 | #define TCSETS2 _IOW('T',0x2B, struct termios2) | ||
59 | #define TCSETSW2 _IOW('T',0x2C, struct termios2) | ||
60 | #define TCSETSF2 _IOW('T',0x2D, struct termios2) | ||
57 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | 61 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ |
58 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ | 62 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ |
59 | 63 | ||