summaryrefslogtreecommitdiff
path: root/util/lxbios/ip_checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/lxbios/ip_checksum.h')
-rw-r--r--util/lxbios/ip_checksum.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/util/lxbios/ip_checksum.h b/util/lxbios/ip_checksum.h
deleted file mode 100644
index 885197749e..0000000000
--- a/util/lxbios/ip_checksum.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*****************************************************************************\
- * ip_checksum.h
- * $Id$
-\*****************************************************************************/
-
-#ifndef IP_CHECKSUM_H
-#define IP_CHECKSUM_H
-
-/* Note: The contents of this file were borrowed from the coreboot source
- * code which may be obtained from http://www.coreboot.org.
- * Specifically, this code was obtained from coreboot (LinuxBIOS)
- * version 1.0.0.8.
- */
-
-unsigned long compute_ip_checksum(void *addr, unsigned long length);
-
-#endif /* IP_CHECKSUM_H */