if_plip.h

来自「linux得一些常用命令,以及linux环境下的c编程」· C头文件 代码 · 共 29 行

H
29
字号
/* *	NET3	PLIP tuning facilities for the new Niibe PLIP. * *	This program is free software; you can redistribute it and/or *	modify it under the terms of the GNU General Public License *	as published by the Free Software Foundation; either version *	2 of the License, or (at your option) any later version. * */ #ifndef _LINUX_IF_PLIP_H#define _LINUX_IF_PLIP_H#include <linux/sockios.h>#define	SIOCDEVPLIP	SIOCDEVPRIVATEstruct plipconf{	unsigned short pcmd;	unsigned long  nibble;	unsigned long  trigger;};#define PLIP_GET_TIMEOUT	0x1#define PLIP_SET_TIMEOUT	0x2#endif

⌨️ 快捷键说明

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