]> err.no Git - linux-2.6/blobdiff - include/asm-sparc/ioctls.h
sparc64: Convert to generic helpers for IPI function calls.
[linux-2.6] / include / asm-sparc / ioctls.h
index 058c2064f706feabed5a7e10d9ef8790a185b2d7..1fe6855c5c1896dccae71b86d359db3dd826e5be 100644 (file)
@@ -22,7 +22,7 @@
 
 /* Note that all the ioctls that are not available in Linux have a 
  * double underscore on the front to: a) avoid some programs to
- * thing we support some ioctls under Linux (autoconfiguration stuff)
+ * think we support some ioctls under Linux (autoconfiguration stuff)
  */
 /* Little t */
 #define TIOCGETD       _IOR('t', 0, int)
@@ -43,8 +43,6 @@
 #define __TIOCSETX        _IOW('t', 34, int) /* SunOS Specific */
 #define __TIOCGETX        _IOR('t', 35, int) /* SunOS Specific */
 #define TIOCCONS       _IO('t', 36)
-#define __TIOCSSIZE     _IOW('t', 37, struct sunos_ttysize) /* SunOS Specific */
-#define __TIOCGSIZE     _IOR('t', 38, struct sunos_ttysize) /* SunOS Specific */
 #define TIOCGSOFTCAR   _IOR('t', 100, int)
 #define TIOCSSOFTCAR   _IOW('t', 101, int)
 #define __TIOCUCNTL       _IOW('t', 102, int) /* SunOS Specific */
 #define TIOCSERGETLSR   0x5459 /* Get line status register */
 #define TIOCSERGETMULTI 0x545A /* Get multiport config  */
 #define TIOCSERSETMULTI 0x545B /* Set multiport config */
-#define TIOCMIWAIT     0x545C /* Wait input */
+#define TIOCMIWAIT     0x545C /* Wait for change on serial input line(s) */
 #define TIOCGICOUNT    0x545D /* Read serial port inline interrupt counts */
 
 /* Kernel definitions */