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

📄 capifs.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* * $Id: capifs.h,v 1.2 2000/03/08 17:06:33 calle Exp $ *  * (c) Copyright 2000 by Carsten Paeth (calle@calle.de) * * $Log: capifs.h,v $ * Revision 1.2  2000/03/08 17:06:33  calle * - changes for devfs and 2.3.49 * - capifs now configurable (no need with devfs) * - New Middleware ioctl CAPI_NCCI_GETUNIT * - Middleware again tested with 2.2.14 and 2.3.49 (with and without devfs) * * Revision 1.1  2000/03/03 16:48:38  calle * - Added CAPI2.0 Middleware support (CONFIG_ISDN_CAPI) *   It is now possible to create a connection with a CAPI2.0 applikation *   and than to handle the data connection from /dev/capi/ (capifs) and also *   using async or sync PPP on this connection. *   The two major device number 190 and 191 are not confirmed yet, *   but I want to save the code in cvs, before I go on. * * */void capifs_new_ncci(char type, unsigned int num, kdev_t device);void capifs_free_ncci(char type, unsigned int num);

⌨️ 快捷键说明

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