dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Guennadi Liakhovetski 2010-05-23 16:39:02 +00:00 committed by Paul Mundt
parent 1f782fee18
commit 75b93489b4
1 changed files with 3 additions and 0 deletions

View File

@ -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>