]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ttycom.h
xnu-7195.81.3.tar.gz
[apple/xnu.git] / bsd / sys / ttycom.h
index c8eed31458bc49ddc066492648e5d361d2ca98aa..4aadeade589c36f466b5fcfb3687c50a8552f435 100644 (file)
@@ -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 */