📄 confignet.h
字号:
/* configNet.h - network configuration header */
/* Copyright 1999-2004 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,24sep04,pdr written.
*/
#ifndef INCconfigNeth
#define INCconfigNeth
#ifdef __cplusplus
extern "C" {
#endif
#include "vxWorks.h"
#include "end.h"
#ifdef INCLUDE_END
/*
* The number of entries here must match INTEGRATOR_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},
/* 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 + -