From e72509c4acfafefcac29c761dcd82a5087da0703 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Thu, 8 Apr 2004 21:43:18 +0100 Subject: [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. --- include/linux/serial_core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/serial_core.h') 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 -- cgit v1.2.3