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

📄 confignet.h

📁 WINDRIVER ADS8260 BSP
💻 H
字号:
/* configNet.h - network configuration header *//* Copyright 1984-2002 Wind River Systems, Inc. *//*modification history--------------------01d,12jun02,kab  SPR 74987: cplusplus protection01c,17oct01,jrs  Upgrade to veloce		 changed INCLUDE_MOT_FCC to INCLUDE_MOTFCCEND - SPR #3391401b,15jul99,ms_  make compliant with our coding standards01a,05apr99,cn 	written from ads860/configNet.h, 01f.*/ #ifndef INCconfigNeth#define INCconfigNeth#ifdef __cplusplus    extern "C" {#endif#include "vxWorks.h"#include "end.h"#include "miiLib.h"/* defines */ #ifdef INCLUDE_MOTFCCEND/* Motorola Fast Communication Controller */#define MOT_FCC_LOAD_FUNC	sysMotFccEndLoad/*  * the default initialization string for the FCC is built in sysMotFccEnd.c */#define MOT_FCC_LOAD_STRING ""IMPORT END_OBJ* MOT_FCC_LOAD_FUNC (char *, void*);#endif /* INCLUDE_MOTFCCEND *//* max number of SENS ipAttachments we can have */ #ifndef IP_MAX_UNITS#   define IP_MAX_UNITS (NELEMENTS (endDevTbl) - 1)#endif END_TBL_ENTRY endDevTbl [] ={#ifdef INCLUDE_MOTFCCEND    { 0, MOT_FCC_LOAD_FUNC, MOT_FCC_LOAD_STRING, 1, NULL, FALSE},#endif /* INCLUDE_MOTFCCEND */    { 0, END_TBL_END, NULL, 0, NULL, FALSE},};#ifdef __cplusplus    }#endif#endif /* INCconfigNeth */

⌨️ 快捷键说明

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