]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/serial_core.h
serial: define FIXED_PORT flag for serial_core
[linux-2.6-omap-h63xx.git] / include / linux / serial_core.h
index d242c731491f2430288f0a936d4febf41157c9cb..aadbfd30763fddef836e4a021b9b5bbb719c82b3 100644 (file)
@@ -263,6 +263,7 @@ struct uart_port {
 #define UPF_CONS_FLOW          ((__force upf_t) (1 << 23))
 #define UPF_SHARE_IRQ          ((__force upf_t) (1 << 24))
 #define UPF_BOOT_AUTOCONF      ((__force upf_t) (1 << 28))
+#define UPF_FIXED_PORT         ((__force upf_t) (1 << 29))
 #define UPF_DEAD               ((__force upf_t) (1 << 30))
 #define UPF_IOREMAP            ((__force upf_t) (1 << 31))