summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-08-07 22:19:03 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-08-07 22:19:03 +0000
commit300fd604328c93d2925b321cecba8d094f8638fa (patch)
treefda9cc1e42cd9e91582f64cc9bd1bad44b22c2bb /include
parent51be8aeb4460be53526d2e29153adab71b47c3c6 (diff)
enabled values for TIOC?BRK from Linus
disabled other TIOC?BRK values, because of the collision with TIOCMIWAIT and TIOCGICOUNT; otherwise you can't compile serial.c
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/ioctls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/ioctls.h b/include/asm-mips/ioctls.h
index c0c3d2dad..d2813722f 100644
--- a/include/asm-mips/ioctls.h
+++ b/include/asm-mips/ioctls.h
@@ -96,10 +96,8 @@
#define TCSBRKP 0x5486 /* Needed for POSIX tcsendbreak() */
#define TIOCTTYGSTRUCT 0x5487 /* For debugging only */
-#ifdef WHAT_TO_DO_WITH_THIS_DULPLICATE
#define TIOCSBRK 0x5427 /* BSD compatibility */
#define TIOCCBRK 0x5428 /* BSD compatibility */
-#endif
#define TIOCSERCONFIG 0x5488
#define TIOCSERGWILD 0x5489
@@ -112,7 +110,9 @@
#define TIOCSERSETMULTI 0x5490 /* Set multiport config */
#define TIOCMIWAIT 0x5491 /* wait for a change on serial input line(s) */
#define TIOCGICOUNT 0x5492 /* read serial port inline interrupt counts */
+#if 0
#define TIOCSBRK 0x5491 /* BSD compatibility */
#define TIOCCBRK 0x5492 /* BSD compatibility */
+#endif
#endif /* __ASM_MIPS_IOCTLS_H */