confignet.h
来自「ixp2400 bsp for vxworks」· C头文件 代码 · 共 43 行
H
43 行
/* configNet.h - Network configuration header file *//* Copyright 1984-1998 Wind River Systems, Inc. *//*modification history--------------------01a,27mar02,lagarwal created from ixp1200eb_be*/ #ifndef INCnetConfigh#define INCnetConfigh#ifdef __cplusplusextern "C" {#endif#include "vxWorks.h"#include "end.h"#ifdef INCLUDE_END/* The no. of entries should match with MAX_END_DEV */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 /* INCnetConfigh */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?