summaryrefslogtreecommitdiffstats
path: root/src/include/ip.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-02 14:07:47 +0200
committerMichael Brown2005-05-02 14:07:47 +0200
commita918abc036044c265f310a08677c4cfc67fb8227 (patch)
tree041c3fcb87a82d158b3a4c9551a4342e816480c2 /src/include/ip.h
parentMoved DOWNLOAD_PROTO_XXX options to config.h (diff)
downloadipxe-a918abc036044c265f310a08677c4cfc67fb8227.tar.gz
ipxe-a918abc036044c265f310a08677c4cfc67fb8227.tar.xz
ipxe-a918abc036044c265f310a08677c4cfc67fb8227.zip
Split TCP code out into proto/tcp.c
Diffstat (limited to 'src/include/ip.h')
-rw-r--r--src/include/ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ip.h b/src/include/ip.h
index 85c299ba..5c9b7271 100644
--- a/src/include/ip.h
+++ b/src/include/ip.h
@@ -18,4 +18,6 @@ struct iphdr {
struct in_addr dest;
} PACKED;
+extern uint16_t tcpudpchksum(struct iphdr *ip);
+
#endif /* _IP_H */