]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/tty.h
xnu-201.tar.gz
[apple/xnu.git] / bsd / sys / tty.h
index 277f50849fe5732c6aae345b5487f9123690ed0c..ba3683a90b0e5517186c8f2ea3035d153a6aad78 100644 (file)
@@ -313,8 +313,8 @@ int  ttioctl __P((struct tty *tp, u_long com, caddr_t data, int flag,
 #endif
 int     ttread __P((struct tty *tp, struct uio *uio, int flag));
 void    ttrstrt __P((void *tp));
-int     ttyselect __P((struct tty *tp, int rw, struct proc *p));
-int     ttselect __P((dev_t dev, int rw, struct proc *p));
+int     ttyselect __P((struct tty *tp, int rw, void * wql, struct proc *p));
+int     ttselect __P((dev_t dev, int rw, void * wql, struct proc *p));
 void    ttsetwater __P((struct tty *tp));
 int     ttspeedtab __P((int speed, struct speedtab *table));
 int     ttstart __P((struct tty *tp));