net.h

来自「Coldfire MCF5282 DBug bootloader」· C头文件 代码 · 共 41 行

H
41
字号
/*
 * File:		net.h
 * Purpose:		Network definitions and prototypes for dBUG.
 *
 * Notes:
 *
 * Author:		Michael Norman
 * Date:
 *
 * Modifications:
 *
 */

#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"

extern uint8 TIMER_NETWORK;

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

int net_init(void);

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

#endif	/* _NET_H */

⌨️ 快捷键说明

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