?? confignet.h
字號:
/* configNet.h - network configuration header *//* Copyright 1984-1999 Wind River Systems, Inc. *//*modification history--------------------01k,12jun02,kab SPR 74987: cplusplus protection01j,04jun99,rhk changed DEC_LOAD_STRING mask value, changed dec21x4xEndLoad to dec21x40EndLoad.01i,29apr99,rhk changed DEC_LOAD_STRING for mv2100 BSP.01h,14dec98,srr added dec21x4xEndLoad01g,04mar98,dat Restored PReP addressing setup01f,19jan98,gnn made addresses slave to new, patched BSP, addresses.01e,20nov97,gnn fixed spr#9555, configurable numRds and numTds01d,03oct97,gnn added function prototype for load function01c,25sep97,gnn SENS beta feedback fixes01b,02jun97,map updated ivec and ilevel.01a,25apr97,map written.*/ #ifndef INCnetConfigh#define INCnetConfigh#ifdef __cplusplus extern "C" {#endif#include "vxWorks.h"#include "end.h"#define DEC_LOAD_FUNC dec21x40EndLoad#define DEC_BUFF_LOAN 1/* <devAdrs>:<PCIadrs>:<ivec>:<ilevel>:<numRds>:<numTds>:<memBase>:<memSize>:<userFlags> */#ifdef CHRP_ADRS_MODE# define DEC_LOAD_STRING "0xfe820000:0x0:0x31:0x31:-1:-1:-1:0:0x80800000"#else# define DEC_LOAD_STRING "0x81020000:0x80000000:0x31:0x31:-1:-1:-1:0:0x80800000"#endifIMPORT END_OBJ* DEC_LOAD_FUNC (char*, void*);END_TBL_ENTRY endDevTbl [] ={ { 0, DEC_LOAD_FUNC, DEC_LOAD_STRING, DEC_BUFF_LOAN, NULL, FALSE}, { 0, END_TBL_END, NULL, 0, NULL, FALSE},};#ifdef __cplusplus }#endif#endif /* INCnetConfigh */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -