ioctls.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: ioctls.h,v 1.7 1998/02/23 02:49:41 davem Exp $ */
  2. #ifndef _ASM_SPARC64_IOCTLS_H
  3. #define _ASM_SPARC64_IOCTLS_H
  4. #include <asm/ioctl.h>
  5. /* Big T */
  6. #define TCGETA _IOR('T', 1, struct termio)
  7. #define TCSETA _IOW('T', 2, struct termio)
  8. #define TCSETAW _IOW('T', 3, struct termio)
  9. #define TCSETAF _IOW('T', 4, struct termio)
  10. #define TCSBRK _IO('T', 5)
  11. #define TCXONC _IO('T', 6)
  12. #define TCFLSH _IO('T', 7)
  13. #define TCGETS _IOR('T', 8, struct termios)
  14. #define TCSETS _IOW('T', 9, struct termios)
  15. #define TCSETSW _IOW('T', 10, struct termios)
  16. #define TCSETSF _IOW('T', 11, struct termios)
  17. /* Note that all the ioctls that are not available in Linux have a 
  18.  * double underscore on the front to: a) avoid some programs to
  19.  * think we support some ioctls under Linux (autoconfiguration stuff)
  20.  */
  21. /* Little t */
  22. #define TIOCGETD _IOR('t', 0, int)
  23. #define TIOCSETD _IOW('t', 1, int)
  24. #define __TIOCHPCL        _IO('t', 2) /* SunOS Specific */
  25. #define __TIOCMODG        _IOR('t', 3, int) /* SunOS Specific */
  26. #define __TIOCMODS        _IOW('t', 4, int) /* SunOS Specific */
  27. #define __TIOCGETP        _IOR('t', 8, struct sgttyb) /* SunOS Specific */
  28. #define __TIOCSETP        _IOW('t', 9, struct sgttyb) /* SunOS Specific */
  29. #define __TIOCSETN        _IOW('t', 10, struct sgttyb) /* SunOS Specific */
  30. #define TIOCEXCL _IO('t', 13)
  31. #define TIOCNXCL _IO('t', 14)
  32. #define __TIOCFLUSH       _IOW('t', 16, int) /* SunOS Specific */
  33. #define __TIOCSETC        _IOW('t', 17, struct tchars) /* SunOS Specific */
  34. #define __TIOCGETC        _IOR('t', 18, struct tchars) /* SunOS Specific */
  35. #define __TIOCTCNTL       _IOW('t', 32, int) /* SunOS Specific */
  36. #define __TIOCSIGNAL      _IOW('t', 33, int) /* SunOS Specific */
  37. #define __TIOCSETX        _IOW('t', 34, int) /* SunOS Specific */
  38. #define __TIOCGETX        _IOR('t', 35, int) /* SunOS Specific */
  39. #define TIOCCONS _IO('t', 36)
  40. #define __TIOCSSIZE     _IOW('t', 37, struct sunos_ttysize) /* SunOS Specific */
  41. #define __TIOCGSIZE     _IOR('t', 38, struct sunos_ttysize) /* SunOS Specific */
  42. #define TIOCGSOFTCAR _IOR('t', 100, int)
  43. #define TIOCSSOFTCAR _IOW('t', 101, int)
  44. #define __TIOCUCNTL       _IOW('t', 102, int) /* SunOS Specific */
  45. #define TIOCSWINSZ _IOW('t', 103, struct winsize)
  46. #define TIOCGWINSZ _IOR('t', 104, struct winsize)
  47. #define __TIOCREMOTE      _IOW('t', 105, int) /* SunOS Specific */
  48. #define TIOCMGET _IOR('t', 106, int)
  49. #define TIOCMBIC _IOW('t', 107, int)
  50. #define TIOCMBIS _IOW('t', 108, int)
  51. #define TIOCMSET _IOW('t', 109, int)
  52. #define __TIOCSTART       _IO('t', 110) /* SunOS Specific */
  53. #define __TIOCSTOP        _IO('t', 111) /* SunOS Specific */
  54. #define TIOCPKT _IOW('t', 112, int)
  55. #define TIOCNOTTY _IO('t', 113)
  56. #define TIOCSTI _IOW('t', 114, char)
  57. #define TIOCOUTQ _IOR('t', 115, int)
  58. #define __TIOCGLTC        _IOR('t', 116, struct ltchars) /* SunOS Specific */
  59. #define __TIOCSLTC        _IOW('t', 117, struct ltchars) /* SunOS Specific */
  60. /* 118 is the non-posix setpgrp tty ioctl */
  61. /* 119 is the non-posix getpgrp tty ioctl */
  62. #define __TIOCCDTR        _IO('t', 120) /* SunOS Specific */
  63. #define __TIOCSDTR        _IO('t', 121) /* SunOS Specific */
  64. #define TIOCCBRK        _IO('t', 122)
  65. #define TIOCSBRK        _IO('t', 123)
  66. #define __TIOCLGET        _IOW('t', 124, int) /* SunOS Specific */
  67. #define __TIOCLSET        _IOW('t', 125, int) /* SunOS Specific */
  68. #define __TIOCLBIC        _IOW('t', 126, int) /* SunOS Specific */
  69. #define __TIOCLBIS        _IOW('t', 127, int) /* SunOS Specific */
  70. #define __TIOCISPACE      _IOR('t', 128, int) /* SunOS Specific */
  71. #define __TIOCISIZE       _IOR('t', 129, int) /* SunOS Specific */
  72. #define TIOCSPGRP _IOW('t', 130, int)
  73. #define TIOCGPGRP _IOR('t', 131, int)
  74. #define TIOCSCTTY _IO('t', 132)
  75. #define TIOCGSID _IOR('t', 133, int)
  76. /* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */
  77. #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
  78. #define TIOCSPTLCK _IOW('t', 135, int) /* Lock/unlock PTY */
  79. /* Little f */
  80. #define FIOCLEX _IO('f', 1)
  81. #define FIONCLEX _IO('f', 2)
  82. #define FIOASYNC _IOW('f', 125, int)
  83. #define FIONBIO _IOW('f', 126, int)
  84. #define FIONREAD _IOR('f', 127, int)
  85. #define TIOCINQ FIONREAD
  86. /* SCARY Rutgers local SunOS kernel hackery, perhaps I will support it
  87.  * someday.  This is completely bogus, I know...
  88.  */
  89. #define __TCGETSTAT       _IO('T', 200) /* Rutgers specific */
  90. #define __TCSETSTAT       _IO('T', 201) /* Rutgers specific */
  91. /* Linux specific, no SunOS equivalent. */
  92. #define TIOCLINUX 0x541C
  93. #define TIOCGSERIAL 0x541E
  94. #define TIOCSSERIAL 0x541F
  95. #define TCSBRKP 0x5425
  96. #define TIOCTTYGSTRUCT 0x5426
  97. #define TIOCSERCONFIG 0x5453
  98. #define TIOCSERGWILD 0x5454
  99. #define TIOCSERSWILD 0x5455
  100. #define TIOCGLCKTRMIOS 0x5456
  101. #define TIOCSLCKTRMIOS 0x5457
  102. #define TIOCSERGSTRUCT 0x5458 /* For debugging only */
  103. #define TIOCSERGETLSR   0x5459 /* Get line status register */
  104. #define TIOCSERGETMULTI 0x545A /* Get multiport config  */
  105. #define TIOCSERSETMULTI 0x545B /* Set multiport config */
  106. #define TIOCMIWAIT 0x545C /* Wait for change on serial input line(s) */
  107. #define TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */
  108. /* Kernel definitions */
  109. #ifdef __KERNEL__
  110. #define TIOCGETC __TIOCGETC
  111. #define TIOCGETP __TIOCGETP
  112. #define TIOCGLTC __TIOCGLTC
  113. #define TIOCSLTC __TIOCSLTC
  114. #define TIOCSETP __TIOCSETP
  115. #define TIOCSETN __TIOCSETN
  116. #define TIOCSETC __TIOCSETC
  117. #endif
  118. /* Used for packet mode */
  119. #define TIOCPKT_DATA  0
  120. #define TIOCPKT_FLUSHREAD  1
  121. #define TIOCPKT_FLUSHWRITE  2
  122. #define TIOCPKT_STOP  4
  123. #define TIOCPKT_START  8
  124. #define TIOCPKT_NOSTOP 16
  125. #define TIOCPKT_DOSTOP 32
  126. #endif /* !(_ASM_SPARC64_IOCTLS_H) */