diff options
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/uapi/asm/ioctls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/uapi/asm/ioctls.h b/arch/sh/include/uapi/asm/ioctls.h index 342241079760..c9903e56ccf4 100644 --- a/arch/sh/include/uapi/asm/ioctls.h +++ b/arch/sh/include/uapi/asm/ioctls.h | |||
@@ -83,6 +83,8 @@ | |||
83 | #define TCSETS2 _IOW('T', 43, struct termios2) | 83 | #define TCSETS2 _IOW('T', 43, struct termios2) |
84 | #define TCSETSW2 _IOW('T', 44, struct termios2) | 84 | #define TCSETSW2 _IOW('T', 44, struct termios2) |
85 | #define TCSETSF2 _IOW('T', 45, struct termios2) | 85 | #define TCSETSF2 _IOW('T', 45, struct termios2) |
86 | #define TIOCGRS485 _IOR('T', 46, struct serial_rs485) | ||
87 | #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) | ||
86 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | 88 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ |
87 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ | 89 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ |
88 | #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ | 90 | #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ |