From 52c83ef62377aad8feb1641fa4ebd518f216fbc0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 1 Dec 1995 21:51:10 +0000 Subject: (ptyio_bottom, pty_class): New variables. --- term/term.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/term/term.h b/term/term.h index f1e6213f..c84446b4 100644 --- a/term/term.h +++ b/term/term.h @@ -86,6 +86,9 @@ struct port_class *tty_class; /* Port class for ctty ID ports */ struct port_class *cttyid_class; +/* Port class for pty master ports */ +struct port_class *pty_class; + /* Trivfs control structure for the tty */ struct trivfs_control *termctl; @@ -116,7 +119,7 @@ struct bottomhalf }; struct bottomhalf *bottom; -extern struct bottomhalf devio_bottom; +extern struct bottomhalf devio_bottom, ptyio_bottom; /* Character queues */ -- cgit v1.2.3