?? confignet.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 + -