confignet.h

来自「WRS官方的基于VxWorks的X86 BSP通用模版」· C头文件 代码 · 共 40 行

H
40
字号
/* configNet.h - network configuration header *//* Copyright 1984-1997 Wind River Systems, Inc. *//*TODO -	Remove the template modification history and begin a new history	starting with version 01a and growing the history upward with	each revision.modification history--------------------01b,21jul98,db   dec21x40End replaced with template END driver. 01a,07jul97,dat  written (from mv2603/configNet.h,ver 01b)*/ #ifndef INCnetConfigh#define INCnetConfigh#include "vxWorks.h"#include "end.h"/* This template presumes the template END driver */#define END_LOAD_FUNC	templateLoad#define END_BUFF_LOAN   1/* <devAdrs>:<PCIadrs>:<ivec>:<ilevel>:<memBase>:<memSize>:<userFlags> */#define	END_LOAD_STRING	"0x81020000:0x80000000:0x12:0x12:-1:0:0x80000000"IMPORT END_LOAD_FUNC ();END_TBL_ENTRY endDevTbl [] =    {    { END_LOAD_FUNC, END_LOAD_STRING, END_BUFF_LOAN, NULL},    { END_TBL_END, NULL, 0, NULL},    };#endif /* INCnetConfigh */

⌨️ 快捷键说明

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