]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/tty.h
Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes-for...
[linux-beck.git] / include / linux / tty.h
index 032d79ff1d9d4ec7fcfb313261b27548f1d5f3dd..54e4eaaa05610d8b101a97f1c3faa11d11399861 100644 (file)
@@ -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))