blob: 897d1723fa143c62e838073a7b9083fc36163f0e [file] [log] [blame]
David Howells54579822012-10-09 09:47:43 +01001#ifndef _UAPI_ASM_SPARC_IOCTLS_H
2#define _UAPI_ASM_SPARC_IOCTLS_H
3
4#include <asm/ioctl.h>
5
6/* Big T */
7#define TCGETA _IOR('T', 1, struct termio)
8#define TCSETA _IOW('T', 2, struct termio)
9#define TCSETAW _IOW('T', 3, struct termio)
10#define TCSETAF _IOW('T', 4, struct termio)
11#define TCSBRK _IO('T', 5)
12#define TCXONC _IO('T', 6)
13#define TCFLSH _IO('T', 7)
14#define TCGETS _IOR('T', 8, struct termios)
15#define TCSETS _IOW('T', 9, struct termios)
16#define TCSETSW _IOW('T', 10, struct termios)
17#define TCSETSF _IOW('T', 11, struct termios)
18#define TCGETS2 _IOR('T', 12, struct termios2)
19#define TCSETS2 _IOW('T', 13, struct termios2)
20#define TCSETSW2 _IOW('T', 14, struct termios2)
21#define TCSETSF2 _IOW('T', 15, struct termios2)
22#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */
23#define TIOCVHANGUP _IO('T', 0x37)
Cyrill Gorcunovc6298032012-10-24 23:43:21 +040024#define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
25#define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
26#define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
David Howells54579822012-10-09 09:47:43 +010027
28/* 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
30 * think we support some ioctls under Linux (autoconfiguration stuff)
31 */
32/* Little t */
33#define TIOCGETD _IOR('t', 0, int)
34#define TIOCSETD _IOW('t', 1, int)
35#define __TIOCHPCL _IO('t', 2) /* SunOS Specific */
36#define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */
37#define __TIOCMODS _IOW('t', 4, int) /* SunOS Specific */
38#define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */
39#define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */
40#define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */
41#define TIOCEXCL _IO('t', 13)
42#define TIOCNXCL _IO('t', 14)
43#define __TIOCFLUSH _IOW('t', 16, int) /* SunOS Specific */
44#define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
45#define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
46#define __TIOCTCNTL _IOW('t', 32, int) /* SunOS Specific */
47#define __TIOCSIGNAL _IOW('t', 33, int) /* SunOS Specific */
48#define __TIOCSETX _IOW('t', 34, int) /* SunOS Specific */
49#define __TIOCGETX _IOR('t', 35, int) /* SunOS Specific */
50#define TIOCCONS _IO('t', 36)
51#define TIOCGSOFTCAR _IOR('t', 100, int)
52#define TIOCSSOFTCAR _IOW('t', 101, int)
53#define __TIOCUCNTL _IOW('t', 102, int) /* SunOS Specific */
54#define TIOCSWINSZ _IOW('t', 103, struct winsize)
55#define TIOCGWINSZ _IOR('t', 104, struct winsize)
56#define __TIOCREMOTE _IOW('t', 105, int) /* SunOS Specific */
57#define TIOCMGET _IOR('t', 106, int)
58#define TIOCMBIC _IOW('t', 107, int)
59#define TIOCMBIS _IOW('t', 108, int)
60#define TIOCMSET _IOW('t', 109, int)
61#define TIOCSTART _IO('t', 110)
62#define TIOCSTOP _IO('t', 111)
63#define TIOCPKT _IOW('t', 112, int)
64#define TIOCNOTTY _IO('t', 113)
65#define TIOCSTI _IOW('t', 114, char)
66#define TIOCOUTQ _IOR('t', 115, int)
67#define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
68#define __TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */
69/* 118 is the non-posix setpgrp tty ioctl */
70/* 119 is the non-posix getpgrp tty ioctl */
71#define __TIOCCDTR _IO('t', 120) /* SunOS Specific */
72#define __TIOCSDTR _IO('t', 121) /* SunOS Specific */
73#define TIOCCBRK _IO('t', 122)
74#define TIOCSBRK _IO('t', 123)
75#define __TIOCLGET _IOW('t', 124, int) /* SunOS Specific */
76#define __TIOCLSET _IOW('t', 125, int) /* SunOS Specific */
77#define __TIOCLBIC _IOW('t', 126, int) /* SunOS Specific */
78#define __TIOCLBIS _IOW('t', 127, int) /* SunOS Specific */
79#define __TIOCISPACE _IOR('t', 128, int) /* SunOS Specific */
80#define __TIOCISIZE _IOR('t', 129, int) /* SunOS Specific */
81#define TIOCSPGRP _IOW('t', 130, int)
82#define TIOCGPGRP _IOR('t', 131, int)
83#define TIOCSCTTY _IO('t', 132)
84#define TIOCGSID _IOR('t', 133, int)
85/* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */
86#define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
87#define TIOCSPTLCK _IOW('t', 135, int) /* Lock/unlock PTY */
88#define TIOCSIG _IOW('t', 136, int) /* Generate signal on Pty slave */
89
90/* Little f */
91#define FIOCLEX _IO('f', 1)
92#define FIONCLEX _IO('f', 2)
93#define FIOASYNC _IOW('f', 125, int)
94#define FIONBIO _IOW('f', 126, int)
95#define FIONREAD _IOR('f', 127, int)
96#define TIOCINQ FIONREAD
97#define FIOQSIZE _IOR('f', 128, loff_t)
98
99/* SCARY Rutgers local SunOS kernel hackery, perhaps I will support it
100 * someday. This is completely bogus, I know...
101 */
102#define __TCGETSTAT _IO('T', 200) /* Rutgers specific */
103#define __TCSETSTAT _IO('T', 201) /* Rutgers specific */
104
105/* Linux specific, no SunOS equivalent. */
106#define TIOCLINUX 0x541C
107#define TIOCGSERIAL 0x541E
108#define TIOCSSERIAL 0x541F
109#define TCSBRKP 0x5425
110#define TIOCSERCONFIG 0x5453
111#define TIOCSERGWILD 0x5454
112#define TIOCSERSWILD 0x5455
113#define TIOCGLCKTRMIOS 0x5456
114#define TIOCSLCKTRMIOS 0x5457
115#define TIOCSERGSTRUCT 0x5458 /* For debugging only */
116#define TIOCSERGETLSR 0x5459 /* Get line status register */
117#define TIOCSERGETMULTI 0x545A /* Get multiport config */
118#define TIOCSERSETMULTI 0x545B /* Set multiport config */
119#define TIOCMIWAIT 0x545C /* Wait for change on serial input line(s) */
120#define TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */
121
122/* Kernel definitions */
123
124/* Used for packet mode */
125#define TIOCPKT_DATA 0
126#define TIOCPKT_FLUSHREAD 1
127#define TIOCPKT_FLUSHWRITE 2
128#define TIOCPKT_STOP 4
129#define TIOCPKT_START 8
130#define TIOCPKT_NOSTOP 16
131#define TIOCPKT_DOSTOP 32
132#define TIOCPKT_IOCTL 64
133
134#endif /* _UAPI_ASM_SPARC_IOCTLS_H */