X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..a991bd8d3e7fe02dbca0644054bab73c5b75324a:/bsd/sys/ttycom.h?ds=sidebyside diff --git a/bsd/sys/ttycom.h b/bsd/sys/ttycom.h index c8eed3145..4aadeade5 100644 --- a/bsd/sys/ttycom.h +++ b/bsd/sys/ttycom.h @@ -180,6 +180,10 @@ struct winsize { #define TIOCPTYGRANT _IO('t', 84) /* grantpt(3) */ #define TIOCPTYGNAME _IOC(IOC_OUT, 't', 83, 128) /* ptsname(3) */ #define TIOCPTYUNLK _IO('t', 82) /* unlockpt(3) */ +#ifdef KERNEL +#define TIOCREVOKE _IO('t', 81) +#define TIOCREVOKECLEAR _IO('t', 80) +#endif #define TTYDISC 0 /* termios tty line discipline */ #define TABLDISC 3 /* tablet discipline */