📄 confignet.h
字号:
/* configNet.h - Network configuration header file for MagicARM2410 */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
*/
#ifndef INCconfigNeth
#define INCconfigNeth
#include "vxWorks.h"
#include "end.h"
IMPORT END_OBJ* sysEtherEndLoad(char*,void*);
#define LOAD_FUNC_0 sysEtherEndLoad
#define LOAD_STRING_0 "0x18000000:0x0"
#define BSP_0 NULL
END_TBL_ENTRY endDevTbl [] =
{
{ 0, LOAD_FUNC_0, LOAD_STRING_0, 1, BSP_0, FALSE},
{ 0, END_TBL_END, NULL, 0, NULL, FALSE},
};
#endif /* INCconfigNeth */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -