diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/include/uapi/asm/ioctls.h | 2 | ||||
-rw-r--r-- | arch/mips/include/uapi/asm/ioctls.h | 2 | ||||
-rw-r--r-- | arch/parisc/include/uapi/asm/ioctls.h | 2 | ||||
-rw-r--r-- | arch/sh/include/uapi/asm/ioctls.h | 2 | ||||
-rw-r--r-- | arch/sparc/include/uapi/asm/ioctls.h | 2 | ||||
-rw-r--r-- | arch/xtensa/include/uapi/asm/ioctls.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/arch/alpha/include/uapi/asm/ioctls.h b/arch/alpha/include/uapi/asm/ioctls.h index 92c557be49fc..f30c94ae1bdb 100644 --- a/arch/alpha/include/uapi/asm/ioctls.h +++ b/arch/alpha/include/uapi/asm/ioctls.h | |||
@@ -90,6 +90,8 @@ | |||
90 | #define TIOCSBRK 0x5427 /* BSD compatibility */ | 90 | #define TIOCSBRK 0x5427 /* BSD compatibility */ |
91 | #define TIOCCBRK 0x5428 /* BSD compatibility */ | 91 | #define TIOCCBRK 0x5428 /* BSD compatibility */ |
92 | #define TIOCGSID 0x5429 /* Return the session ID of FD */ | 92 | #define TIOCGSID 0x5429 /* Return the session ID of FD */ |
93 | #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) | ||
94 | #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) | ||
93 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | 95 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ |
94 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ | 96 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ |
95 | #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ | 97 | #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ |
diff --git a/arch/mips/include/uapi/asm/ioctls.h b/arch/mips/include/uapi/asm/ioctls.h index b1e637757fe3..740219c2c894 100644 --- a/arch/mips/include/uapi/asm/ioctls.h +++ b/arch/mips/include/uapi/asm/ioctls.h | |||
@@ -81,6 +81,8 @@ | |||
81 | #define TCSETS2 _IOW('T', 0x2B, struct termios2) | 81 | #define TCSETS2 _IOW('T', 0x2B, struct termios2) |
82 | #define TCSETSW2 _IOW('T', 0x2C, struct termios2) | 82 | #define TCSETSW2 _IOW('T', 0x2C, struct termios2) |
83 | #define TCSETSF2 _IOW('T', 0x2D, struct termios2) | 83 | #define TCSETSF2 _IOW('T', 0x2D, struct termios2) |
84 | #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) | ||
85 | #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) | ||
84 | #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | 86 | #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ |
85 | #define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ | 87 | #define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ |
86 | #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */ | 88 | #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */ |
diff --git a/arch/parisc/include/uapi/asm/ioctls.h b/arch/parisc/include/uapi/asm/ioctls.h index 66719c38a36b..b6572f051b67 100644 --- a/arch/parisc/include/uapi/asm/ioctls.h +++ b/arch/parisc/include/uapi/asm/ioctls.h | |||
@@ -50,6 +50,8 @@ | |||
50 | #define TCSETS2 _IOW('T',0x2B, struct termios2) | 50 | #define TCSETS2 _IOW('T',0x2B, struct termios2) |
51 | #define TCSETSW2 _IOW('T',0x2C, struct termios2) | 51 | #define TCSETSW2 _IOW('T',0x2C, struct termios2) |
52 | #define TCSETSF2 _IOW('T',0x2D, struct termios2) | 52 | #define TCSETSF2 _IOW('T',0x2D, struct termios2) |
53 | #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) | ||
54 | #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) | ||
53 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | 55 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ |
54 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ | 56 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ |
55 | #define TIOCGDEV _IOR('T',0x32, int) /* Get primary device node of /dev/console */ | 57 | #define TIOCGDEV _IOR('T',0x32, int) /* Get primary device node of /dev/console */ |
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 */ |
diff --git a/arch/sparc/include/uapi/asm/ioctls.h b/arch/sparc/include/uapi/asm/ioctls.h index 897d1723fa14..06b3f6c3bb9a 100644 --- a/arch/sparc/include/uapi/asm/ioctls.h +++ b/arch/sparc/include/uapi/asm/ioctls.h | |||
@@ -24,6 +24,8 @@ | |||
24 | #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */ | 24 | #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */ |
25 | #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ | 25 | #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ |
26 | #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ | 26 | #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ |
27 | #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485) | ||
28 | #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) | ||
27 | 29 | ||
28 | /* Note that all the ioctls that are not available in Linux have a | 30 | /* Note that all the ioctls that are not available in Linux have a |
29 | * double underscore on the front to: a) avoid some programs to | 31 | * double underscore on the front to: a) avoid some programs to |
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 */ |