tty: add more tty_port fields
[safe/jmp/linux-2.6] / include / linux / tty.h
index 46008e8..4e58330 100644 (file)
@@ -188,6 +188,8 @@ struct tty_port {
        unsigned long           flags;          /* TTY flags ASY_*/
        struct mutex            mutex;          /* Locking */
        unsigned char           *xmit_buf;      /* Optional buffer */
+       int                     close_delay;    /* Close port delay */
+       int                     closing_wait;   /* Delay for output */
 };
 
 /*