sysnet.h
来自「windriver 8260单板电脑的 vxworks bsp源代码」· C头文件 代码 · 共 33 行
H
33 行
/* sysNet.h - system-dependent Network Header File *//* Copyright 1984-2001 Wind River Systems, Inc. *//*modification history--------------------01b,24sep01,g_h move FCC & SCC routines to sysMotFccEnd.c & sysMotSccEnd01a,18dec00,g_h adopted from T2 sbc8260/sysNet.h*/#ifndef __INCsysNeth#define __INCsysNeth #include "vxWorks.h"#include "config.h"#ifdef __cplusplusextern "C" {#endif/* Prototypes */void sysEnetAddrSet (unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char);STATUS sysEnetAddrGet (int unit, UINT8 *addr);#ifdef __cplusplus}#endif#endif /* __INCsysNeth */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?