diff options
author | David Howells <dhowells@redhat.com> | 2008-02-08 07:19:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:30 -0500 |
commit | ef3d534754f31fed9c3b976fee1ece1b3bc38282 (patch) | |
tree | d41ebed23063740a72103ccd5c7dabd96a425289 | |
parent | 62fb44b9622e4c0e00f31fb27620d97a00ae3dc6 (diff) |
mn10300: allocate serial port UART IDs for on-chip serial ports
Allocate serial port UART type IDs for the MN10300 on-chip serial ports.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/serial_core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 9963f81fea9a..1a0b6cf83ff1 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -150,6 +150,10 @@ | |||
150 | #define PORT_MCF 78 | 150 | #define PORT_MCF 78 |
151 | 151 | ||
152 | 152 | ||
153 | /* MN10300 on-chip UART numbers */ | ||
154 | #define PORT_MN10300 80 | ||
155 | #define PORT_MN10300_CTS 81 | ||
156 | |||
153 | #ifdef __KERNEL__ | 157 | #ifdef __KERNEL__ |
154 | 158 | ||
155 | #include <linux/compiler.h> | 159 | #include <linux/compiler.h> |