summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-05-23 16:39:02 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-05-24 08:53:29 +0900
commit75b93489b449db4a34f0424c72f51821d985f52f (patch)
tree4678feb4a7cebe29a58a378d9bb75a6ebc39d0a1 /include/linux/serial_core.h
parent1f782fee18b39b9ad438ebbd82c2915a16c879ee (diff)
serial: add a new port type, found on some sh-mobile SoCs
Such ports are found, e.g., on SH7372. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index f10db6e5f3b5..522832023a69 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -186,6 +186,9 @@
#define PORT_ALTERA_JTAGUART 91
#define PORT_ALTERA_UART 92
+/* SH-SCI */
+#define PORT_SCIFB 93
+
#ifdef __KERNEL__
#include <linux/compiler.h>