?? sysnet.h
字號:
/* sysNet.h - system-dependent Network Header File *//* Copyright 1984-2000 Wind River Systems, Inc. *//*modification history--------------------01b,12jun02,kab SPR 74987: cplusplus protection01a,13jun01,g_h adopted from T2 wrSbc8260/sysNet.h*/#ifndef __INCsysNeth#define __INCsysNeth #ifdef __cplusplus extern "C" {#endif#include "vxWorks.h"#include "config.h"/* 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -