summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 4e4f1277f3bf..74ddc941e640 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -155,9 +155,21 @@
#define PORT_SC26XX 82
+/* NetSilicon 921x */
+#define PORT_NS921X 83
+
+/* Digi ns9360 */
+#define PORT_NS9360 84
+
/* SH-SCI */
#define PORT_SCIFA 83
+/* Freescale Semiconductor MXC fmaily */
+#define PORT_MXC 84
+
+/* STMP37xx ports */
+#define PORT_STMP37xx 85
+
#ifdef __KERNEL__
#include <linux/compiler.h>