net.h

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

H
33
字号
/*
 * File:        net.h
 * Purpose:     Network definitions and prototypes for dBUG.
 *
 * Notes:
 */

#ifndef _NET_H
#define _NET_H

/********************************************************************/

/*
 * Include information and prototypes for all protocols
 */
#include "eth.h"
#include "nbuf.h"
#include "nif.h"
#include "ip.h"
#include "icmp.h"
#include "arp.h"
#include "udp.h"
#include "tftp.h"

/********************************************************************/

int net_init(void);

/********************************************************************/

#endif  /* _NET_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?