1 /*****************************************************************************\
3 \*****************************************************************************/
8 /* Note: The contents of this file were borrowed from the coreboot source
9 * code which may be obtained from https://www.coreboot.org.
10 * Specifically, this code was obtained from coreboot (LinuxBIOS)
14 unsigned long compute_ip_checksum(void *addr
, unsigned long length
);
16 #endif /* IP_CHECKSUM_H */