aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/xtensa/include/uapi/asm/ioctls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/uapi/asm/ioctls.h b/arch/xtensa/include/uapi/asm/ioctls.h
index a47909f0c34b..518954e74e6d 100644
--- a/arch/xtensa/include/uapi/asm/ioctls.h
+++ b/arch/xtensa/include/uapi/asm/ioctls.h
@@ -95,6 +95,8 @@
95#define TCSETS2 _IOW('T', 43, struct termios2) 95#define TCSETS2 _IOW('T', 43, struct termios2)
96#define TCSETSW2 _IOW('T', 44, struct termios2) 96#define TCSETSW2 _IOW('T', 44, struct termios2)
97#define TCSETSF2 _IOW('T', 45, struct termios2) 97#define TCSETSF2 _IOW('T', 45, struct termios2)
98#define TIOCGRS485 _IOR('T', 46, struct serial_rs485)
99#define TIOCSRS485 _IOWR('T', 47, struct serial_rs485)
98#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ 100#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
99#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ 101#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
100#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ 102#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */