]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/net.h
sunxi: Set the /chosen/stdout-path fdt property for sunxi boards
[karo-tx-uboot.git] / include / net.h
index 0b338ff4e63c9cff6b266a4fd9617d4fbf523efd..9b24a9a3595848cf375b0a6ed2b16e261b60ceb4 100644 (file)
@@ -512,10 +512,6 @@ unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new_sum);
  */
 int ip_checksum_ok(const void *addr, unsigned nbytes);
 
-/* Checksum */
-extern int     NetCksumOk(uchar *, int);       /* Return true if cksum OK */
-extern uint    NetCksum(uchar *, int);         /* Calculate the checksum */
-
 /* Callbacks */
 extern rxhand_f *net_get_udp_handler(void);    /* Get UDP RX packet handler */
 extern void net_set_udp_handler(rxhand_f *);   /* Set UDP RX packet handler */