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

📄 confignet.h

📁 VXWORKS BSP开发包,初始化 驱动文件
💻 H
字号:
/* configNet.h - Network configuration header file *//* Copyright 1984-2000 Wind River Systems, Inc. *//*modification history--------------------01f,10jul02,scm  add C++ protection...01e,06dec00,jb  Fix modes01d,13jun00,jpd  reworked endDevTbl definitions to be dynamically filled in.01c,05mar98,jpd  tidied comments.01b,06dec97,tam	 added comments about END load string modification.01a,27sep97,rlp	 written.*/#ifndef INCconfigNeth#define INCconfigNeth#ifdef __cplusplusextern "C" {#endif#ifdef INCLUDE_END#include "vxWorks.h"#include "end.h"/* * The number of entries here must match EBSA285_MAX_END_DEVS (excluding * the terminator entry) */END_TBL_ENTRY endDevTbl [] ={    /* Entries that can be filled in dynamically when cards are found */    { 0, END_TBL_END, NULL, 0, NULL, FALSE},    { 0, END_TBL_END, NULL, 0, NULL, FALSE},    { 0, END_TBL_END, NULL, 0, NULL, FALSE},    { 0, END_TBL_END, NULL, 0, NULL, FALSE},    /* End of table marker */    { 0, END_TBL_END, NULL, 0, NULL, FALSE}};#endif /* INCLUDE_END */#ifdef __cplusplus}#endif#endif /* INCconfigNeth */

⌨️ 快捷键说明

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