ioctls.h 4.5 KB

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