diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2005-11-28 18:09:44 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-28 18:09:44 +0000 |
commit | f5417612d787e6b619fd69616bbf95f1b895e900 (patch) | |
tree | 00075d36e8347ff76e9e729cc9e66aed702d7c26 /include | |
parent | 458af5439fe7ae7d95ca14106844e61f0795166c (diff) |
[ARM] 3181/1: add PORT_ identifier for Hilscher netx uart
Patch from Sascha Hauer
This patch adds PORT_NETX for supporting the Hilscher netx embedded
UARTs.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index a3ac92b19ac..e3710d7e260 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -121,6 +121,9 @@ #define PORT_IP3106 70 +/* Hilscher netx */ +#define PORT_NETX 71 + #ifdef __KERNEL__ #include <linux/config.h> |