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

📄 hysdn_if.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* $Id: hysdn_if.h,v 1.1 2000/02/10 19:47:50 werner Exp $ * Linux driver for HYSDN cards, ioctl definitions shared by hynetmgr and driver. * written by Werner Cornelius (werner@titro.de) for Hypercope GmbH * * Copyright 1999  by Werner Cornelius (werner@titro.de) * * 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, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log: hysdn_if.h,v $ * Revision 1.1  2000/02/10 19:47:50  werner * * Initial release * * *//****************//* error values *//****************/#define ERR_NONE             0 /* no error occured */#define ERR_ALREADY_BOOT  1000 /* we are already booting */#define EPOF_BAD_MAGIC    1001 /* bad magic in POF header */#define ERR_BOARD_DPRAM   1002 /* board DPRAM failed */#define EPOF_INTERNAL     1003 /* internal POF handler error */#define EPOF_BAD_IMG_SIZE 1004 /* POF boot image size invalid */#define ERR_BOOTIMG_FAIL  1005 /* 1. stage boot image did not start */#define ERR_BOOTSEQ_FAIL  1006 /* 2. stage boot seq handshake timeout */#define ERR_POF_TIMEOUT   1007 /* timeout waiting for card pof ready */#define ERR_NOT_BOOTED    1008 /* operation only allowed when booted */#define ERR_CONF_LONG     1009 /* conf line is to long */ #define ERR_INV_CHAN      1010 /* invalid channel number */ #define ERR_ASYNC_TIME    1011 /* timeout sending async data */ 

⌨️ 快捷键说明

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