diff options
author | Mikael Starvik <mikael.starvik@axis.com> | 2005-07-27 14:44:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:26:01 -0400 |
commit | dcf1310b72149d016970c666539d4d73bb77c086 (patch) | |
tree | 25fddb677c70936a51cbbbffa4bd7285ff758a94 /include/asm-cris/termbits.h | |
parent | 8d20a541b089ecb67a88a673548161b686ed7b85 (diff) |
[PATCH] CRIS update: synchronous serial port driver
Include file for synchronous serial port driver.
Signed-off-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-cris/termbits.h')
-rw-r--r-- | include/asm-cris/termbits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/termbits.h b/include/asm-cris/termbits.h index 16d9a491fdb3..be0836d2f282 100644 --- a/include/asm-cris/termbits.h +++ b/include/asm-cris/termbits.h | |||
@@ -152,7 +152,7 @@ struct termios { | |||
152 | #define B921600 0010005 | 152 | #define B921600 0010005 |
153 | #define B1843200 0010006 | 153 | #define B1843200 0010006 |
154 | #define B6250000 0010007 | 154 | #define B6250000 0010007 |
155 | /* etrax 200 supports this as well */ | 155 | /* ETRAX FS supports this as well */ |
156 | #define B12500000 0010010 | 156 | #define B12500000 0010010 |
157 | #define CIBAUD 002003600000 /* input baud rate (used in v32) */ | 157 | #define CIBAUD 002003600000 /* input baud rate (used in v32) */ |
158 | /* The values for CIBAUD bits are the same as the values for CBAUD and CBAUDEX | 158 | /* The values for CIBAUD bits are the same as the values for CBAUD and CBAUDEX |