This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-sh64 / ioctls.h
1 #ifndef __ASM_SH64_IOCTLS_H
2 #define __ASM_SH64_IOCTLS_H
3
4 /*
5  * This file is subject to the terms and conditions of the GNU General Public
6  * License.  See the file "COPYING" in the main directory of this archive
7  * for more details.
8  *
9  * include/asm-sh64/ioctls.h
10  *
11  * Copyright (C) 2000, 2001  Paolo Alberelli
12  *
13  */
14
15 #include <asm/ioctl.h>
16
17 #define FIOCLEX         _IO('f', 1)
18 #define FIONCLEX        _IO('f', 2)
19 #define FIOASYNC        _IOW('f', 125, int)
20 #define FIONBIO         _IOW('f', 126, int)
21 #define FIONREAD        _IOR('f', 127, int)
22 #define TIOCINQ         FIONREAD
23 #define FIOQSIZE        _IOR('f', 128, loff_t)
24
25 #define TCGETS          0x5401
26 #define TCSETS          0x5402
27 #define TCSETSW         0x5403
28 #define TCSETSF         0x5404
29
30 #define TCGETA          _IOR('t', 23, struct termio)
31 #define TCSETA          _IOW('t', 24, struct termio)
32 #define TCSETAW         _IOW('t', 25, struct termio)
33 #define TCSETAF         _IOW('t', 28, struct termio)
34
35 #define TCSBRK          _IO('t', 29)
36 #define TCXONC          _IO('t', 30)
37 #define TCFLSH          _IO('t', 31)
38
39 #define TIOCSWINSZ      _IOW('t', 103, struct winsize)
40 #define TIOCGWINSZ      _IOR('t', 104, struct winsize)
41 #define TIOCSTART       _IO('t', 110)           /* start output, like ^Q */
42 #define TIOCSTOP        _IO('t', 111)           /* stop output, like ^S */
43 #define TIOCOUTQ        _IOR('t', 115, int)     /* output queue size */
44
45 #define TIOCSPGRP       _IOW('t', 118, int)
46 #define TIOCGPGRP       _IOR('t', 119, int)
47
48 #define TIOCEXCL        _IO('T', 12) /* 0x540C */
49 #define TIOCNXCL        _IO('T', 13) /* 0x540D */
50 #define TIOCSCTTY       _IO('T', 14) /* 0x540E */
51
52 #define TIOCSTI         _IOW('T', 18, char) /* 0x5412 */
53 #define TIOCMGET        _IOR('T', 21, unsigned int) /* 0x5415 */
54 #define TIOCMBIS        _IOW('T', 22, unsigned int) /* 0x5416 */
55 #define TIOCMBIC        _IOW('T', 23, unsigned int) /* 0x5417 */
56 #define TIOCMSET        _IOW('T', 24, unsigned int) /* 0x5418 */
57 # define TIOCM_LE       0x001
58 # define TIOCM_DTR      0x002
59 # define TIOCM_RTS      0x004
60 # define TIOCM_ST       0x008
61 # define TIOCM_SR       0x010
62 # define TIOCM_CTS      0x020
63 # define TIOCM_CAR      0x040
64 # define TIOCM_RNG      0x080
65 # define TIOCM_DSR      0x100
66 # define TIOCM_CD       TIOCM_CAR
67 # define TIOCM_RI       TIOCM_RNG
68
69 #define TIOCGSOFTCAR    _IOR('T', 25, unsigned int) /* 0x5419 */
70 #define TIOCSSOFTCAR    _IOW('T', 26, unsigned int) /* 0x541A */
71 #define TIOCLINUX       _IOW('T', 28, char) /* 0x541C */
72 #define TIOCCONS        _IO('T', 29) /* 0x541D */
73 #define TIOCGSERIAL     _IOR('T', 30, struct serial_struct) /* 0x541E */
74 #define TIOCSSERIAL     _IOW('T', 31, struct serial_struct) /* 0x541F */
75 #define TIOCPKT         _IOW('T', 32, int) /* 0x5420 */
76 # define TIOCPKT_DATA            0
77 # define TIOCPKT_FLUSHREAD       1
78 # define TIOCPKT_FLUSHWRITE      2
79 # define TIOCPKT_STOP            4
80 # define TIOCPKT_START           8
81 # define TIOCPKT_NOSTOP         16
82 # define TIOCPKT_DOSTOP         32
83
84
85 #define TIOCNOTTY       _IO('T', 34) /* 0x5422 */
86 #define TIOCSETD        _IOW('T', 35, int) /* 0x5423 */
87 #define TIOCGETD        _IOR('T', 36, int) /* 0x5424 */
88 #define TCSBRKP         _IOW('T', 37, int) /* 0x5425 */ /* Needed for POSIX tcsendbreak() */
89 #define TIOCTTYGSTRUCT  _IOR('T', 38, struct tty_struct) /* 0x5426 */ /* For debugging only */
90 #define TIOCSBRK        _IO('T', 39) /* 0x5427 */ /* BSD compatibility */
91 #define TIOCCBRK        _IO('T', 40) /* 0x5428 */ /* BSD compatibility */
92 #define TIOCGSID        _IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session ID of FD */
93 #define TIOCGPTN        _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
94 #define TIOCSPTLCK      _IOW('T',0x31, int)  /* Lock/unlock Pty */
95
96 #define TIOCSERCONFIG   _IO('T', 83) /* 0x5453 */
97 #define TIOCSERGWILD    _IOR('T', 84,  int) /* 0x5454 */
98 #define TIOCSERSWILD    _IOW('T', 85,  int) /* 0x5455 */
99 #define TIOCGLCKTRMIOS  0x5456
100 #define TIOCSLCKTRMIOS  0x5457
101 #define TIOCSERGSTRUCT  _IOR('T', 88, struct async_struct) /* 0x5458 */ /* For debugging only */
102 #define TIOCSERGETLSR   _IOR('T', 89, unsigned int) /* 0x5459 */ /* Get line status register */
103   /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
104 # define TIOCSER_TEMT    0x01   /* Transmitter physically empty */
105 #define TIOCSERGETMULTI _IOR('T', 90, struct serial_multiport_struct) /* 0x545A */ /* Get multiport config  */
106 #define TIOCSERSETMULTI _IOW('T', 91, struct serial_multiport_struct) /* 0x545B */ /* Set multiport config */
107
108 #define TIOCMIWAIT      _IO('T', 92) /* 0x545C */       /* wait for a change on serial input line(s) */
109 #define TIOCGICOUNT     _IOR('T', 93, struct async_icount) /* 0x545D */ /* read serial port inline interrupt counts */
110
111 #endif /* __ASM_SH64_IOCTLS_H */