Update patchlevel date
[mpls-ppp.git] / freebsd-3.0 / patch.ttycom.h
blobc2fc7bab7e6d85a531b540d82d828671ed772aa4
1 --- ttycom.h Mon Jun 17 08:08:09 1996
2 +++ ttycom.h.new Fri Apr 9 08:22:06 1999
3 @@ -133,9 +133,13 @@
4 #define TIOCDSIMICROCODE _IO('t', 85) /* download microcode to
5 * DSI Softmodem */
7 +#define TIOCRCVFRAME _IOW('t', 69, struct mbuf *) /* data frame received */
8 +#define TIOCXMTFRAME _IOW('t', 68, struct mbuf *) /* data frame transmit */
10 #define TTYDISC 0 /* termios tty line discipline */
11 #define TABLDISC 3 /* tablet discipline */
12 #define SLIPDISC 4 /* serial IP discipline */
13 #define PPPDISC 5 /* PPP discipline */
14 +#define HDLCDISC 6 /* HDLC discipline */
16 #endif /* !_SYS_TTYCOM_H_ */