diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-02 12:58:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-02 12:58:16 -0800 |
commit | eed5ee1a3ab3020168cd67fdde2500452b0628c9 (patch) | |
tree | 9548c5a4851b1a1e832b7800baf1e72b33bc7a66 /include | |
parent | 435a5aebf609624bdf7c5a9a7705c260d0076195 (diff) | |
parent | a5880a9e5bb40fbae55de60051d69a29091053c3 (diff) | |
download | linux-3.10-eed5ee1a3ab3020168cd67fdde2500452b0628c9.tar.gz linux-3.10-eed5ee1a3ab3020168cd67fdde2500452b0628c9.tar.bz2 linux-3.10-eed5ee1a3ab3020168cd67fdde2500452b0628c9.zip |
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:
serial: mfd: adjust the baud rate setting
TTY: open/hangup race fixup
TTY: don't allow reopen when ldisc is changing
NET: wan/x25, fix ldisc->open retval
TTY: ldisc, fix open flag handling
serial8250: Mark console as CON_ANYTIME
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 032d79ff1d9..54e4eaaa056 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -366,6 +366,7 @@ struct tty_file_private { #define TTY_HUPPED 18 /* Post driver->hangup() */ #define TTY_FLUSHING 19 /* Flushing to ldisc in progress */ #define TTY_FLUSHPENDING 20 /* Queued buffer flush pending */ +#define TTY_HUPPING 21 /* ->hangup() in progress */ #define TTY_WRITE_FLUSH(tty) tty_write_flush((tty)) |