summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/banal.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/microblaze/lib/banal.h')
-rw-r--r--firmware/microblaze/lib/banal.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/firmware/microblaze/lib/banal.h b/firmware/microblaze/lib/banal.h
index 634234350..eb7ed509a 100644
--- a/firmware/microblaze/lib/banal.h
+++ b/firmware/microblaze/lib/banal.h
@@ -19,27 +19,9 @@
#define INCLUDED_BANAL_H
#include <stdint.h>
-#include <lwip/ip_addr.h>
#define dimof(x) (sizeof(x)/sizeof(x[0]))
-/*
- * 1's complement sum for IP and UDP headers
- *
- * init chksum to zero to start.
- */
-static inline unsigned int
-CHKSUM(unsigned int x, unsigned int *chksum)
-{
- *chksum += x;
- *chksum = (*chksum & 0xffff) + (*chksum>>16);
- *chksum = (*chksum & 0xffff) + (*chksum>>16);
- return x;
-}
-
-unsigned int
-chksum_buffer(unsigned short *buf, int nshorts, unsigned int initial_chksum);
-
//-------------- unsigned get_int 8, 16, 32, 64 --------------//
static inline uint8_t