summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@org.rmk.(none)>2004-04-08 21:43:18 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-04-08 21:43:18 +0100
commite72509c4acfafefcac29c761dcd82a5087da0703 (patch)
treeb233df3d9bf0d64045e5971f12e975c04a3cf297 /include/linux/serial_core.h
parent196c4ebdac1bcb919ff0c798526412d8f28239b7 (diff)
[ARM PATCH] 1807/1: S3C2410 - onboard serial
Patch from Ben Dooks Serial driver for S3C2410 on board UARTs. Re-post of 1796/1 Includes BAST driver to register on-board 16550s.
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 a78ee1c8e09d..409844e06a6d 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -83,6 +83,9 @@
#define PORT_SCIF 53
#define PORT_IRDA 54
+/* Samsung S3C2410 SoC and derivatives thereof */
+#define PORT_S3C2410 55
+
#ifdef __KERNEL__
#include <linux/config.h>