📄 confignet.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -