From 7200ac3c7c8eefe574193b49eeff09f120e11ec7 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:03 +0100 Subject: net: move net-checksum.c under net/ Also add a new net/checksum.h header Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'net.h') diff --git a/net.h b/net.h index 331782d..392c5a5 100644 --- a/net.h +++ b/net.h @@ -147,13 +147,6 @@ struct HCIInfo { struct HCIInfo *qemu_next_hci(void); -/* checksumming functions (net-checksum.c) */ -uint32_t net_checksum_add(int len, uint8_t *buf); -uint16_t net_checksum_finish(uint32_t sum); -uint16_t net_checksum_tcpudp(uint16_t length, uint16_t proto, - uint8_t *addrs, uint8_t *buf); -void net_checksum_calculate(uint8_t *data, int length); - /* from net.c */ extern const char *legacy_tftp_prefix; extern const char *legacy_bootp_filename; -- cgit v1.1