Add manual HT BUID fixup to detect previously set BUIDs in early init. This fixes...
[coreboot.git] / util / nvramtool / ip_checksum.h
1 /*****************************************************************************\
2  * ip_checksum.h
3  * $Id$
4 \*****************************************************************************/
5
6 #ifndef IP_CHECKSUM_H
7 #define IP_CHECKSUM_H
8
9 /* Note: The contents of this file were borrowed from the coreboot source
10  *       code which may be obtained from http://www.coreboot.org.
11  *       Specifically, this code was obtained from coreboot (LinuxBIOS) 
12  *       version 1.0.0.8.
13  */
14
15 unsigned long compute_ip_checksum(void *addr, unsigned long length);
16
17 #endif /* IP_CHECKSUM_H */