confignet.h
来自「VXWORKS BSP开发包,初始化 驱动文件」· C头文件 代码 · 共 54 行
H
54 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?