diff options
Diffstat (limited to 'arch/parisc/include/uapi/asm/ioctls.h')
-rw-r--r-- | arch/parisc/include/uapi/asm/ioctls.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |