diff options
Diffstat (limited to 'arch/mips/bits/ioctl.h')
-rw-r--r-- | arch/mips/bits/ioctl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/bits/ioctl.h b/arch/mips/bits/ioctl.h index 83fb1678..21390e44 100644 --- a/arch/mips/bits/ioctl.h +++ b/arch/mips/bits/ioctl.h @@ -80,10 +80,7 @@ #define TIOCSERSETMULTI 0x5490 #define TIOCMIWAIT 0x5491 #define TIOCGICOUNT 0x5492 -#define TIOCGHAYESESP 0x5493 -#define TIOCSHAYESESP 0x5494 -#define TIOCTTYGSTRUCT 0x5426 // RICH: Not sure about these. #define TCGETX 0x5432 // RICH: Not sure about these. #define TCSETX 0x5433 // RICH: Not sure about these. #define TCSETXF 0x5434 // RICH: Not sure about these. @@ -121,7 +118,6 @@ struct winsize { #define TIOCM_OUT1 0x2000 #define TIOCM_OUT2 0x4000 #define TIOCM_LOOP 0x8000 -#define TIOCM_MODEM_BITS TIOCM_OUT2 #define N_TTY 0 #define N_SLIP 1 |