Put the TCP connection periodic processing in tcp.c, where it belongs.

This commit is contained in:
Michael Brown
2006-04-30 02:08:42 +00:00
parent 178b0a7e5e
commit 9c9208a132
3 changed files with 66 additions and 8 deletions

View File

@@ -5,16 +5,10 @@
*
* IP protocol
*
* This file defines the gPXE IP API.
*
*/
#include <gpxe/in.h>
struct net_protocol;
extern void set_ipaddr ( struct in_addr address );
extern void set_netmask ( struct in_addr address );
extern void set_gateway ( struct in_addr address );
extern void init_tcpip ( void );
extern void run_tcpip ( void );
extern struct net_protocol ipv4_protocol;
#endif /* _GPXE_IP_H */