diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/ioctls.h | 4 |
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 */ |