]> err.no Git - linux-2.6/blobdiff - include/linux/serial_core.h
[PATCH] add slab_is_available() routine for boot code
[linux-2.6] / include / linux / serial_core.h
index c32e60e79dea43b51b317b6d34e1d027165e6f93..bd14858121ea2065fdd399c58c48dd6e1f513812 100644 (file)
@@ -254,6 +254,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_DEAD               ((__force upf_t) (1 << 30))
 #define UPF_IOREMAP            ((__force upf_t) (1 << 31))
 
 #define UPF_CHANGE_MASK                ((__force upf_t) (0x17fff))