summaryrefslogtreecommitdiffstats
path: root/include/serial.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@openmoko.org>2007-12-19 14:24:40 +0100
committerWolfgang Denk <wd@denx.de>2008-02-04 23:52:49 +0100
commita7c185ed3d9f8ebd85cfc286e1ffee72e4803163 (patch)
tree61205b4a6ec89087b4aabd962891e34712be91a4 /include/serial.h
parenta25f72f1f73a11de68251fb88c89991e202e68fa (diff)
downloadtalos-obmc-uboot-a7c185ed3d9f8ebd85cfc286e1ffee72e4803163.tar.gz
talos-obmc-uboot-a7c185ed3d9f8ebd85cfc286e1ffee72e4803163.zip
ARM: s3c24xx: Multiple serial port support
This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'include/serial.h')
-rw-r--r--include/serial.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/serial.h b/include/serial.h
index e292f0cd90..2b99e539c1 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -36,6 +36,11 @@ extern struct serial_device eserial4_device;
#endif
+#if defined(CONFIG_S3C2410)
+extern struct serial_device s3c24xx_serial0_device;
+extern struct serial_device s3c24xx_serial1_device;
+extern struct serial_device s3c24xx_serial2_device;
+#endif
extern struct serial_device serial_ffuart_device;
extern struct serial_device serial_btuart_device;
OpenPOWER on IntegriCloud