summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>2005-03-07 17:50:18 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-07 17:50:18 -0800
commit26e25c95e30faaa235f7d783adae797a21fa7392 (patch)
tree1a00201bf11f061c49b55bb46d71cfa9b7119037 /include/linux/serial_core.h
parent1ca551265942666ce638441de5fbdb6cee5fd078 (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/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h4
1 files changed, 4 insertions, 0 deletions
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>