diff options
| author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-03-07 17:50:18 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-07 17:50:18 -0800 |
| commit | 26e25c95e30faaa235f7d783adae797a21fa7392 (patch) | |
| tree | 1a00201bf11f061c49b55bb46d71cfa9b7119037 /include | |
| parent | 1ca551265942666ce638441de5fbdb6cee5fd078 (diff) | |
[PATCH] serial: add NEC VR4100 series serial support
This patch adds serial driver for NEC VR4100 series serial interface unit.
The new device numbers have been recorded by LANANA.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-mips/vr41xx/vr41xx.h | 2 | ||||
| -rw-r--r-- | include/linux/serial_core.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-mips/vr41xx/vr41xx.h b/include/asm-mips/vr41xx/vr41xx.h index 3c7d56ece4cc..09186c9e3a6f 100644 --- a/include/asm-mips/vr41xx/vr41xx.h +++ b/include/asm-mips/vr41xx/vr41xx.h @@ -250,8 +250,6 @@ enum { /* * Serial Interface Unit */ -extern void vr41xx_siu_init(void); -extern int vr41xx_serial_ports; /* SIU interfaces */ typedef enum { diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index c45598d0a846..b5c7b44da087 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -106,6 +106,10 @@ /* TXX9 type number */ #define PORT_TXX9 64 +/* NEC VR4100 series SIU/DSIU */ +#define PORT_VR41XX_SIU 65 +#define PORT_VR41XX_DSIU 66 + #ifdef __KERNEL__ #include <linux/config.h> |
