diff options
Diffstat (limited to 'arch/cris/include/asm/ioctls.h')
-rw-r--r-- | arch/cris/include/asm/ioctls.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/cris/include/asm/ioctls.h b/arch/cris/include/asm/ioctls.h index 4f4e52531fa0..35bbc181598a 100644 --- a/arch/cris/include/asm/ioctls.h +++ b/arch/cris/include/asm/ioctls.h | |||
@@ -74,8 +74,9 @@ | |||
74 | #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ | 74 | #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ |
75 | #define FIOQSIZE 0x5460 | 75 | #define FIOQSIZE 0x5460 |
76 | 76 | ||
77 | #define TIOCSERSETRS485 0x5461 /* enable rs-485 */ | 77 | #define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */ |
78 | #define TIOCSERWRRS485 0x5462 /* write rs-485 */ | 78 | #define TIOCSERWRRS485 0x5462 /* write rs-485 */ |
79 | #define TIOCSRS485 0x5463 /* enable rs-485 */ | ||
79 | 80 | ||
80 | /* Used for packet mode */ | 81 | /* Used for packet mode */ |
81 | #define TIOCPKT_DATA 0 | 82 | #define TIOCPKT_DATA 0 |