diff options
| author | Ralf Bächle <ralf@linux-mips.org> | 2005-02-01 16:43:17 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-02-01 16:43:17 -0800 |
| commit | ae6e171969d62f809a64203374db3bfcfaa7c71f (patch) | |
| tree | 976ff4de3d8805f4a50ef1afcb6706dfaa2b2b84 /include/linux/serial_core.h | |
| parent | db3a8f4674d7fad32157353e59c300c30b4c3ef5 (diff) | |
[PATCH] mips: TXX9 serieal driver rewrite
Replace the old drivers/char/ serial driver for the Toshiba TX series of
SOCs with a modern style drivers/serial/ one.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 84d80cfe7b41..c45598d0a846 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -103,6 +103,9 @@ /* Marvell MPSC */ #define PORT_MPSC 63 +/* TXX9 type number */ +#define PORT_TXX9 64 + #ifdef __KERNEL__ #include <linux/config.h> |
