⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 patch.ttycom.h

📁 unix and linux net driver
💻 H
字号:
--- ttycom.h	Mon Jun 17 08:08:09 1996+++ ttycom.h.new	Fri Apr  9 08:22:06 1999@@ -133,9 +133,13 @@ #define	TIOCDSIMICROCODE _IO('t', 85)		/* download microcode to 						 * DSI Softmodem */ +#define	TIOCRCVFRAME	_IOW('t', 69, struct mbuf *)	/* data frame received */+#define	TIOCXMTFRAME	_IOW('t', 68, struct mbuf *)	/* data frame transmit */+ #define	TTYDISC		0		/* termios tty line discipline */ #define	TABLDISC	3		/* tablet discipline */ #define	SLIPDISC	4		/* serial IP discipline */ #define	PPPDISC		5		/* PPP discipline */+#define	HDLCDISC	6		/* HDLC discipline */  #endif /* !_SYS_TTYCOM_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -