ip checksum file for elf booting.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@90 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
9fed5d8f66
commit
592d34e1fc
1 changed files with 7 additions and 0 deletions
7
include/ip_checksum.h
Normal file
7
include/ip_checksum.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef IP_CHECKSUM_H
|
||||
#define IP_CHECKSUM_H
|
||||
|
||||
unsigned long compute_ip_checksum(void *addr, unsigned long length);
|
||||
unsigned long add_ip_checksums(unsigned long offset, unsigned long sum, unsigned long new);
|
||||
|
||||
#endif /* IP_CHECKSUM_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue