?? confignet.h
字號(hào):
/* configNet.h - network configuration header *//* Copyright 1999-2000 Wind River Systems, Inc. *//* Copyright 1999-2000 ARM Limited *//*modification history--------------------01e,16jul02,m_h C++ protection01d,20nov00,jpd reworked endDevTbl definitions to be dynamically filled in.01c,07feb00,jpd updated copyright message.01b,13jan00,pr added DEC entry.01a,10nov99,ajb Copied from pid7t version 01c.*/#ifndef INCconfigNeth#define INCconfigNeth#ifdef __cplusplusextern "C" {#endif#include "vxWorks.h"#include "end.h"IMPORT END_OBJ* cs8900aLoad(char*,void*);#ifdef INCLUDE_END#define LOAD_FUNC_0 cs8900aLoad/*#define LOAD_STRING_0 "0:0:0"*/#define LOAD_STRING_0 "10:1:1"#define BSP_0 NULL/* * The number of entries here must match INTEGRATOR_MAX_END_DEVS (excluding * the terminator entry) */END_TBL_ENTRY endDevTbl [] ={ /* Entries that can be filled in dynamically when cards are found */#ifdef INCLUDE_END { 0, LOAD_FUNC_0, LOAD_STRING_0, BSP_0, NULL, FALSE}, #endif /* End of table marker */ { 0, END_TBL_END, NULL, 0, NULL, FALSE}};#endif /* INCLUDE_END */#ifdef __cplusplus}#endif#endif /* INCconfigNeth */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -