Files
openbios/include/libopenbios/ipchecksum.h
Mark Cave-Ayland 4a2c065e4f Move the libopenbios header files into include/libopenbios to synchronise with the code directory structure.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@691 f158a5a8-5612-0410-a976-696ce0be7e32
2010-03-14 15:05:53 +00:00

8 lines
227 B
C

#ifndef IPCHECKSUM_H
#define IPCHECKSUM_H
unsigned short ipchksum(const void *data, unsigned long length);
unsigned short add_ipchksums(unsigned long offset, unsigned short sum, unsigned short new);
#endif /* IPCHECKSUM_H */