summaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorGreg Ungerer2007-10-24 04:03:52 +0200
committerLinus Torvalds2007-10-24 05:45:44 +0200
commitf0c15f48bb4a68d5f74855720ae5efc56dec6a3b (patch)
tree2de1f2f9ab3cd79cb104ed62eb95b06b58c21bda /include/linux/serial_core.h
parentm68knommu: remove unused machdep variable definitions (diff)
downloadkernel-qcow2-linux-f0c15f48bb4a68d5f74855720ae5efc56dec6a3b.tar.gz
kernel-qcow2-linux-f0c15f48bb4a68d5f74855720ae5efc56dec6a3b.tar.xz
kernel-qcow2-linux-f0c15f48bb4a68d5f74855720ae5efc56dec6a3b.zip
add port definition for mcf UART driver
Add a port type definition for the Freescale UART driver ports (mcf.c). Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 4db77249281c..6a5203fb9cf1 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -146,6 +146,9 @@
/* Broadcom SB1250, etc. SOC */
#define PORT_SB1250_DUART 77
+/* Freescale ColdFire */
+#define PORT_MCF 78
+
#ifdef __KERNEL__