ns8390p.h

来自「motorola 针对coldfire 5275 评估板的Dbug bootlo」· C头文件 代码 · 共 24 行

H
24
字号
/*
 * File:        ns8390p.h
 * Purpose:     Prototypes for NS8390
 *
 *
 * 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 + -
显示快捷键?