summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@org.rmk.(none)>2004-11-13 18:56:57 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2004-11-13 18:56:57 +0000
commit4b355b37533a900531a02df6e8714a2838033018 (patch)
treecd33418eba1acad08ac9e69c391f56c809fddd27 /include/linux
parent271b0636af764183de14869153c43014c1a72ccd (diff)
[ARM PATCH] 2237/1: S3C2410 - new serial driver - update serial_core.h (4/4)
Patch from Ben Dooks Add PORT_S3C2440 to include/linux/serial_core.h Signed-off-by: Ben Dooks Signed-off-by: Russell King
Diffstat (limited to 'include/linux')
-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 ae0b9948c269..3fad76b0873c 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -94,6 +94,9 @@
/*IBM icom*/
#define PORT_ICOM 60
+/* Samsung S3C2440 SoC */
+#define PORT_S3C2440 61
+
#ifdef __KERNEL__
#include <linux/config.h>