summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 04:08:42 +0200
committerMichael Brown2006-04-30 04:08:42 +0200
commit9c9208a13255ceebd59bd564eb2aa50a0761899d (patch)
treebf07949f925cfaee2dda8f82bcb0f665ccc63cbc /src/include/gpxe/ip.h
parentConsistency (diff)
downloadipxe-9c9208a13255ceebd59bd564eb2aa50a0761899d.tar.gz
ipxe-9c9208a13255ceebd59bd564eb2aa50a0761899d.tar.xz
ipxe-9c9208a13255ceebd59bd564eb2aa50a0761899d.zip
Put the TCP connection periodic processing in tcp.c, where it belongs.
Diffstat (limited to 'src/include/gpxe/ip.h')
-rw-r--r--src/include/gpxe/ip.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h
index 94f906b5..44aee7d1 100644
--- a/src/include/gpxe/ip.h
+++ b/src/include/gpxe/ip.h
@@ -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 */