Merge commit 'origin/master' into next
[deliverable/linux.git] / include / linux / serial_core.h
index b4199841f1fc92e973e1b03f2a9472b8faaac32a..df9245c7bd3be3b384146434a0494eea946225dd 100644 (file)
 
 #define PORT_S3C6400   84
 
+/* NWPSERIAL */
+#define PORT_NWPSERIAL 85
+
 #ifdef __KERNEL__
 
 #include <linux/compiler.h>
@@ -293,6 +296,7 @@ struct uart_port {
 #define UPF_HARDPPS_CD         ((__force upf_t) (1 << 11))
 #define UPF_LOW_LATENCY                ((__force upf_t) (1 << 13))
 #define UPF_BUGGY_UART         ((__force upf_t) (1 << 14))
+#define UPF_NO_TXEN_TEST       ((__force upf_t) (1 << 15))
 #define UPF_MAGIC_MULTIPLIER   ((__force upf_t) (1 << 16))
 #define UPF_CONS_FLOW          ((__force upf_t) (1 << 23))
 #define UPF_SHARE_IRQ          ((__force upf_t) (1 << 24))
This page took 0.026226 seconds and 5 git commands to generate.