aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi/asm/ioctls.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/include/uapi/asm/ioctls.h
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/uapi/asm/ioctls.h')
-rw-r--r--arch/mips/include/uapi/asm/ioctls.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/mips/include/uapi/asm/ioctls.h b/arch/mips/include/uapi/asm/ioctls.h
index addd56b60694..b1e637757fe3 100644
--- a/arch/mips/include/uapi/asm/ioctls.h
+++ b/arch/mips/include/uapi/asm/ioctls.h
@@ -41,7 +41,7 @@
41#define TIOCPKT_START 0x08 /* start output */ 41#define TIOCPKT_START 0x08 /* start output */
42#define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ 42#define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */
43#define TIOCPKT_DOSTOP 0x20 /* now do ^S ^Q */ 43#define TIOCPKT_DOSTOP 0x20 /* now do ^S ^Q */
44#define TIOCPKT_IOCTL 0x40 /* state change of pty driver */ 44#define TIOCPKT_IOCTL 0x40 /* state change of pty driver */
45#define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */ 45#define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
46#define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ 46#define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
47#define TIOCNOTTY 0x5471 /* void tty association */ 47#define TIOCNOTTY 0x5471 /* void tty association */
@@ -63,9 +63,9 @@
63#define FIONREAD 0x467f 63#define FIONREAD 0x467f
64#define TIOCINQ FIONREAD 64#define TIOCINQ FIONREAD
65 65
66#define TIOCGETP 0x7408 66#define TIOCGETP 0x7408
67#define TIOCSETP 0x7409 67#define TIOCSETP 0x7409
68#define TIOCSETN 0x740a /* TIOCSETP wo flush */ 68#define TIOCSETN 0x740a /* TIOCSETP wo flush */
69 69
70/* #define TIOCSETA _IOW('t', 20, struct termios) set termios struct */ 70/* #define TIOCSETA _IOW('t', 20, struct termios) set termios struct */
71/* #define TIOCSETAW _IOW('t', 21, struct termios) drain output, set */ 71/* #define TIOCSETAW _IOW('t', 21, struct termios) drain output, set */
@@ -74,9 +74,9 @@
74/* #define TIOCSETD _IOW('t', 27, int) set line discipline */ 74/* #define TIOCSETD _IOW('t', 27, int) set line discipline */
75 /* 127-124 compat */ 75 /* 127-124 compat */
76 76
77#define TIOCSBRK 0x5427 /* BSD compatibility */ 77#define TIOCSBRK 0x5427 /* BSD compatibility */
78#define TIOCCBRK 0x5428 /* BSD compatibility */ 78#define TIOCCBRK 0x5428 /* BSD compatibility */
79#define TIOCGSID 0x7416 /* Return the session ID of FD */ 79#define TIOCGSID 0x7416 /* Return the session ID of FD */
80#define TCGETS2 _IOR('T', 0x2A, struct termios2) 80#define TCGETS2 _IOR('T', 0x2A, struct termios2)
81#define TCSETS2 _IOW('T', 0x2B, struct termios2) 81#define TCSETS2 _IOW('T', 0x2B, struct termios2)
82#define TCSETSW2 _IOW('T', 0x2C, struct termios2) 82#define TCSETSW2 _IOW('T', 0x2C, struct termios2)
@@ -104,10 +104,10 @@
104#define TIOCGLCKTRMIOS 0x548b 104#define TIOCGLCKTRMIOS 0x548b
105#define TIOCSLCKTRMIOS 0x548c 105#define TIOCSLCKTRMIOS 0x548c
106#define TIOCSERGSTRUCT 0x548d /* For debugging only */ 106#define TIOCSERGSTRUCT 0x548d /* For debugging only */
107#define TIOCSERGETLSR 0x548e /* Get line status register */ 107#define TIOCSERGETLSR 0x548e /* Get line status register */
108#define TIOCSERGETMULTI 0x548f /* Get multiport config */ 108#define TIOCSERGETMULTI 0x548f /* Get multiport config */
109#define TIOCSERSETMULTI 0x5490 /* Set multiport config */ 109#define TIOCSERSETMULTI 0x5490 /* Set multiport config */
110#define TIOCMIWAIT 0x5491 /* wait for a change on serial input line(s) */ 110#define TIOCMIWAIT 0x5491 /* wait for a change on serial input line(s) */
111#define TIOCGICOUNT 0x5492 /* read serial port inline interrupt counts */ 111#define TIOCGICOUNT 0x5492 /* read serial port inline interrupt counts */
112 112
113#endif /* __ASM_IOCTLS_H */ 113#endif /* __ASM_IOCTLS_H */