TTY: add ports array to tty_driver
[linux-2.6-block.git] / include / linux / tty_driver.h
index 6e6dbb7447b6e76beec4a4115d049e6dd00c4735..04419c141b006d802185c209b506527488205020 100644 (file)
@@ -313,6 +313,7 @@ struct tty_driver {
         * Pointer to the tty data structures
         */
        struct tty_struct **ttys;
+       struct tty_port **ports;
        struct ktermios **termios;
        void *driver_state;