diff options
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 | ||