]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/mips/include/uapi/asm/ioctls.h
Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtd
[mirror_ubuntu-artful-kernel.git] / arch / mips / include / uapi / asm / ioctls.h
CommitLineData
1da177e4
LT
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1995, 1996, 2001 Ralf Baechle
7 * Copyright (C) 2001 MIPS Technologies, Inc.
8 */
9#ifndef __ASM_IOCTLS_H
10#define __ASM_IOCTLS_H
11
12#include <asm/ioctl.h>
13
14#define TCGETA 0x5401
15#define TCSETA 0x5402 /* Clashes with SNDCTL_TMR_START sound ioctl */
16#define TCSETAW 0x5403
17#define TCSETAF 0x5404
18
19#define TCSBRK 0x5405
20#define TCXONC 0x5406
21#define TCFLSH 0x5407
22
23#define TCGETS 0x540d
24#define TCSETS 0x540e
25#define TCSETSW 0x540f
26#define TCSETSF 0x5410
27
28#define TIOCEXCL 0x740d /* set exclusive use of tty */
29#define TIOCNXCL 0x740e /* reset exclusive use of tty */
30#define TIOCOUTQ 0x7472 /* output queue size */
31#define TIOCSTI 0x5472 /* simulate terminal input */
32#define TIOCMGET 0x741d /* get all modem bits */
33#define TIOCMBIS 0x741b /* bis modem bits */
34#define TIOCMBIC 0x741c /* bic modem bits */
35#define TIOCMSET 0x741a /* set all modem bits */
36#define TIOCPKT 0x5470 /* pty: set/clear packet mode */
37#define TIOCPKT_DATA 0x00 /* data packet */
38#define TIOCPKT_FLUSHREAD 0x01 /* flush packet */
39#define TIOCPKT_FLUSHWRITE 0x02 /* flush packet */
40#define TIOCPKT_STOP 0x04 /* stop output */
41#define TIOCPKT_START 0x08 /* start output */
42#define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */
43#define TIOCPKT_DOSTOP 0x20 /* now do ^S ^Q */
70342287 44#define TIOCPKT_IOCTL 0x40 /* state change of pty driver */
1da177e4
LT
45#define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
46#define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
47#define TIOCNOTTY 0x5471 /* void tty association */
48#define TIOCSETD 0x7401
49#define TIOCGETD 0x7400
50
51#define FIOCLEX 0x6601
52#define FIONCLEX 0x6602
53#define FIOASYNC 0x667d
54#define FIONBIO 0x667e
55#define FIOQSIZE 0x667f
56
57#define TIOCGLTC 0x7474 /* get special local chars */
58#define TIOCSLTC 0x7475 /* set special local chars */
59#define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */
60#define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
61#define TIOCCONS _IOW('t', 120, int) /* become virtual console */
62
63#define FIONREAD 0x467f
64#define TIOCINQ FIONREAD
65
70342287
RB
66#define TIOCGETP 0x7408
67#define TIOCSETP 0x7409
68#define TIOCSETN 0x740a /* TIOCSETP wo flush */
1da177e4
LT
69
70/* #define TIOCSETA _IOW('t', 20, struct termios) set termios struct */
71/* #define TIOCSETAW _IOW('t', 21, struct termios) drain output, set */
72/* #define TIOCSETAF _IOW('t', 22, struct termios) drn out, fls in, set */
73/* #define TIOCGETD _IOR('t', 26, int) get line discipline */
74/* #define TIOCSETD _IOW('t', 27, int) set line discipline */
75 /* 127-124 compat */
76
70342287
RB
77#define TIOCSBRK 0x5427 /* BSD compatibility */
78#define TIOCCBRK 0x5428 /* BSD compatibility */
79#define TIOCGSID 0x7416 /* Return the session ID of FD */
21a151d8
RB
80#define TCGETS2 _IOR('T', 0x2A, struct termios2)
81#define TCSETS2 _IOW('T', 0x2B, struct termios2)
82#define TCSETSW2 _IOW('T', 0x2C, struct termios2)
83#define TCSETSF2 _IOW('T', 0x2D, struct termios2)
1c84cd48
RRD
84#define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485)
85#define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485)
21a151d8
RB
86#define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
87#define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */
b7b8de08 88#define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */
26df6d13 89#define TIOCSIG _IOW('T', 0x36, int) /* Generate signal on Pty slave */
3c95c985 90#define TIOCVHANGUP 0x5437
c6298038
CG
91#define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
92#define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
93#define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
c6325179 94#define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
1da177e4
LT
95
96/* I hope the range from 0x5480 on is free ... */
97#define TIOCSCTTY 0x5480 /* become controlling tty */
98#define TIOCGSOFTCAR 0x5481
99#define TIOCSSOFTCAR 0x5482
100#define TIOCLINUX 0x5483
101#define TIOCGSERIAL 0x5484
102#define TIOCSSERIAL 0x5485
103#define TCSBRKP 0x5486 /* Needed for POSIX tcsendbreak() */
104#define TIOCSERCONFIG 0x5488
105#define TIOCSERGWILD 0x5489
106#define TIOCSERSWILD 0x548a
107#define TIOCGLCKTRMIOS 0x548b
108#define TIOCSLCKTRMIOS 0x548c
109#define TIOCSERGSTRUCT 0x548d /* For debugging only */
70342287
RB
110#define TIOCSERGETLSR 0x548e /* Get line status register */
111#define TIOCSERGETMULTI 0x548f /* Get multiport config */
1da177e4 112#define TIOCSERSETMULTI 0x5490 /* Set multiport config */
70342287
RB
113#define TIOCMIWAIT 0x5491 /* wait for a change on serial input line(s) */
114#define TIOCGICOUNT 0x5492 /* read serial port inline interrupt counts */
1da177e4
LT
115
116#endif /* __ASM_IOCTLS_H */