ns8390p.h
来自「motorola自己开发的针对coldfire 5272的Dbug bootlo」· C头文件 代码 · 共 26 行
H
26 行
/*
* File: ns8390p.h
* Purpose: Prototypes for NS8390
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
*/
#ifndef _DEV_ETH_NS8390P_H
#define _DEV_ETH_NS8390P_H
/********************************************************************/
int
ns8390_handler (NS8390 *, NIF *);
int
ns8390_init (NIF *, void *, int);
/********************************************************************/
#endif /* _DEV_ETH_NS8390P_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?