diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-05-23 20:39:02 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-24 03:53:29 +0400 |
commit | 75b93489b449db4a34f0424c72f51821d985f52f (patch) | |
tree | 4678feb4a7cebe29a58a378d9bb75a6ebc39d0a1 /include/linux/serial_core.h | |
parent | 1f782fee18b39b9ad438ebbd82c2915a16c879ee (diff) | |
download | linux-75b93489b449db4a34f0424c72f51821d985f52f.tar.xz |
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.h | 3 |
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> |