Merge branch 'next' into for-linus
[sfrench/cifs-2.6.git] / arch / ia64 / include / asm / ioctls.h
1 #ifndef _ASM_IA64_IOCTLS_H
2 #define _ASM_IA64_IOCTLS_H
3
4 /*
5  * Based on <asm-i386/ioctls.h>
6  *
7  * Modified 1998, 1999, 2002
8  *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
9  */
10
11 #include <asm/ioctl.h>
12
13 /* 0x54 is just a magic number to make these relatively unique ('T') */
14
15 #define TCGETS          0x5401
16 #define TCSETS          0x5402  /* Clashes with SNDCTL_TMR_START sound ioctl */
17 #define TCSETSW         0x5403
18 #define TCSETSF         0x5404
19 #define TCGETA          0x5405
20 #define TCSETA          0x5406
21 #define TCSETAW         0x5407
22 #define TCSETAF         0x5408
23 #define TCSBRK          0x5409
24 #define TCXONC          0x540A
25 #define TCFLSH          0x540B
26 #define TIOCEXCL        0x540C
27 #define TIOCNXCL        0x540D
28 #define TIOCSCTTY       0x540E
29 #define TIOCGPGRP       0x540F
30 #define TIOCSPGRP       0x5410
31 #define TIOCOUTQ        0x5411
32 #define TIOCSTI         0x5412
33 #define TIOCGWINSZ      0x5413
34 #define TIOCSWINSZ      0x5414
35 #define TIOCMGET        0x5415
36 #define TIOCMBIS        0x5416
37 #define TIOCMBIC        0x5417
38 #define TIOCMSET        0x5418
39 #define TIOCGSOFTCAR    0x5419
40 #define TIOCSSOFTCAR    0x541A
41 #define FIONREAD        0x541B
42 #define TIOCINQ         FIONREAD
43 #define TIOCLINUX       0x541C
44 #define TIOCCONS        0x541D
45 #define TIOCGSERIAL     0x541E
46 #define TIOCSSERIAL     0x541F
47 #define TIOCPKT         0x5420
48 #define FIONBIO         0x5421
49 #define TIOCNOTTY       0x5422
50 #define TIOCSETD        0x5423
51 #define TIOCGETD        0x5424
52 #define TCSBRKP         0x5425  /* Needed for POSIX tcsendbreak() */
53 #define TIOCSBRK        0x5427  /* BSD compatibility */
54 #define TIOCCBRK        0x5428  /* BSD compatibility */
55 #define TIOCGSID        0x5429  /* Return the session ID of FD */
56 #define TCGETS2         _IOR('T',0x2A, struct termios2)
57 #define TCSETS2         _IOW('T',0x2B, struct termios2)
58 #define TCSETSW2        _IOW('T',0x2C, struct termios2)
59 #define TCSETSF2        _IOW('T',0x2D, struct termios2)
60 #define TIOCGPTN        _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
61 #define TIOCSPTLCK      _IOW('T',0x31, int)  /* Lock/unlock Pty */
62
63 #define FIONCLEX        0x5450  /* these numbers need to be adjusted. */
64 #define FIOCLEX         0x5451
65 #define FIOASYNC        0x5452
66 #define TIOCSERCONFIG   0x5453
67 #define TIOCSERGWILD    0x5454
68 #define TIOCSERSWILD    0x5455
69 #define TIOCGLCKTRMIOS  0x5456
70 #define TIOCSLCKTRMIOS  0x5457
71 #define TIOCSERGSTRUCT  0x5458 /* For debugging only */
72 #define TIOCSERGETLSR   0x5459 /* Get line status register */
73 #define TIOCSERGETMULTI 0x545A /* Get multiport config  */
74 #define TIOCSERSETMULTI 0x545B /* Set multiport config */
75
76 #define TIOCMIWAIT      0x545C  /* wait for a change on serial input line(s) */
77 #define TIOCGICOUNT     0x545D  /* read serial port inline interrupt counts */
78 #define TIOCGHAYESESP   0x545E  /* Get Hayes ESP configuration */
79 #define TIOCSHAYESESP   0x545F  /* Set Hayes ESP configuration */
80 #define FIOQSIZE        0x5460
81
82 /* Used for packet mode */
83 #define TIOCPKT_DATA             0
84 #define TIOCPKT_FLUSHREAD        1
85 #define TIOCPKT_FLUSHWRITE       2
86 #define TIOCPKT_STOP             4
87 #define TIOCPKT_START            8
88 #define TIOCPKT_NOSTOP          16
89 #define TIOCPKT_DOSTOP          32
90
91 #define TIOCSER_TEMT    0x01    /* Transmitter physically empty */
92
93 #endif /* _ASM_IA64_IOCTLS_H */