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

📄 confignet.h

📁 This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. S
💻 H
字号:
/* configNet.h - network configuration header *//* Copyright 1984-2002 Wind River Systems, Inc. *//* Copyright 1999-2002 Motorola, Inc. All Rights Reserved *//*modification history--------------------01c,12jun02,kab  SPR 74987: cplusplus protection01b,16oct01,cak  Modified as per Wind River code review.01a,30nov00,djs  Written (from version 01b of mv5100/configNet.h).*/ #ifndef INCnetConfigh#define INCnetConfigh#ifdef __cplusplus    extern "C" {#endif#include "vxWorks.h"#include "end.h"#define FEI_END_LOAD_FUNC   sysFei82557EndLoad#define END_BUFF_LOAN   1#define END_LOAD_STRING  ""		/* created in sysEnd.c */#ifdef INCLUDE_FEI_ENDIMPORT END_OBJ* FEI_END_LOAD_FUNC (char*, void*);#endif /* INCLUDE_FEI_END */END_TBL_ENTRY endDevTbl [] =    {#ifdef INCLUDE_FEI_END        { 0, FEI_END_LOAD_FUNC, END_LOAD_STRING, END_BUFF_LOAN, NULL, FALSE},#endif /* INCLUDE_FEI_END */        { 0, END_TBL_END, NULL, 0, NULL, FALSE},    };/* define IP_MAX_UNITS to the actual number in the table. */#ifndef IP_MAX_UNITS #   define IP_MAX_UNITS            (NELEMENTS(endDevTbl) - 1)#endif  /* ifndef IP_MAX_UNITS */#ifdef __cplusplus    }#endif#endif /* INCnetConfigh */

⌨️ 快捷键说明

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