📄 confignet.h
字号:
/* configNet.h - Network configuration header file */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,31mar98,cn written.
*/
#ifndef INCconfigNeth
#define INCconfigNeth
#include "vxWorks.h"
#include "end.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef INCLUDE_AT91EMAC_END
#define AT91EMAC_LOAD_FUNC at91EndLoad
#define AT91EMAC_LOAN 1
#define AT91EMAC_LOAD_STRING "10:1:1" /*bao 100:1:1 */
IMPORT END_OBJ * AT91EMAC_LOAD_FUNC (char *, void *);
#endif /* INCLUDE_AT91EMAC_END */
#ifdef INCLUDE_91C111_END
#define END_LAN91C111_LOAD_FUNC lan91c111Load
#define END_LAN91C111_BUFF_LOAN 1
#define END_LAN91C111_LOAD_STRING "0x80000300:0x1c:0x6:0x2:0x2200:0x11:0x11:0x11:0x11:0x11:0x11"
IMPORT END_OBJ* END_LAN91C111_LOAD_FUNC(char*, void*);
#endif /*INCLUDE_91C111_END*/
END_TBL_ENTRY endDevTbl [] =
{
#ifdef INCLUDE_AT91EMAC_END
{ 0, AT91EMAC_LOAD_FUNC, AT91EMAC_LOAD_STRING, AT91EMAC_LOAN , NULL, FALSE},
#endif /* INCLUDE_AT91END_END */
#ifdef INCLUDE_91C111_END
{ 0, END_LAN91C111_LOAD_FUNC, END_LAN91C111_LOAD_STRING,END_LAN91C111_BUFF_LOAN,NULL,FALSE},
#endif /*INCLUDE_91C111_END*/
{ 0, END_TBL_END, NULL, 0, NULL, FALSE},
};
#ifdef __cplusplus
extern "C" {
#endif
#endif /* INCconfigNeth */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -