X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Ftty.h;h=47f8af22f2168f0376d77068ecbc2df930ae8f79;hb=e15f20ea33b8e5074145abe464b4b48acea505d9;hp=0a6c71e0ad01ec4f17845b0496b4a88a94f33949;hpb=605dc7761d2701f73c17183649de0e3044609817;p=mirror_ubuntu-eoan-kernel.git diff --git a/include/linux/tty.h b/include/linux/tty.h index 0a6c71e0ad01..47f8af22f216 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -364,6 +364,7 @@ struct tty_file_private { #define TTY_PTY_LOCK 16 /* pty private */ #define TTY_NO_WRITE_SPLIT 17 /* Preserve write boundaries to driver */ #define TTY_HUPPED 18 /* Post driver->hangup() */ +#define TTY_HUPPING 19 /* Hangup in progress */ #define TTY_LDISC_HALTED 22 /* Line discipline is halted */ /* Values for tty->flow_change */