eeverconfig.h
来自「vxworks 下 intel 82559 网卡驱动」· C头文件 代码 · 共 13 行
H
13 行
/* define the one you want to build for, undef the other */
/* also, in the Makefile, comment out the last MACH_EXTRA to build for eevER */
#undef INCLUDE_FEI /* include Intel Ether Express PRO100B PCI */
#define INCLUDE_eevER /* include Intel Ether Express PRO100B PCI */
#define INCLUDE_PCI /* include PCI bus library */
#define NETIF_USR_DECL \
IMPORT int eevERAttach();
#define NETIF_USR_ENTRIES \
{"eevER", eevERAttach, 0},
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?