diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 46008e86b191..4e5833073aa6 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -188,6 +188,8 @@ struct tty_port { | |||
188 | unsigned long flags; /* TTY flags ASY_*/ | 188 | unsigned long flags; /* TTY flags ASY_*/ |
189 | struct mutex mutex; /* Locking */ | 189 | struct mutex mutex; /* Locking */ |
190 | unsigned char *xmit_buf; /* Optional buffer */ | 190 | unsigned char *xmit_buf; /* Optional buffer */ |
191 | int close_delay; /* Close port delay */ | ||
192 | int closing_wait; /* Delay for output */ | ||
191 | }; | 193 | }; |
192 | 194 | ||
193 | /* | 195 | /* |