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

📄 capidev.h

📁 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核
💻 H
字号:
/* $Id: capidev.h,v 1.1.4.1 2001/11/20 14:19:34 kai Exp $ * * CAPI 2.0 Interface for Linux * * Copyright 1996 by Carsten Paeth <calle@calle.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */struct capidev {	struct capidev *next;	struct file    *file;	__u16		applid;	__u16		errcode;	unsigned int    minor;	struct sk_buff_head recv_queue;	wait_queue_head_t recv_wait;	/* Statistic */	unsigned long	nrecvctlpkt;	unsigned long	nrecvdatapkt;	unsigned long	nsentctlpkt;	unsigned long	nsentdatapkt;};

⌨️ 快捷键说明

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