repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
include
/
ip_checksum.h
blob
74a2f48a57efc13ebb811f5954f237f3020ed572
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef IP_CHECKSUM_H
4
#define IP_CHECKSUM_H
5
unsigned long
compute_ip_checksum
(
const void
*
addr
,
unsigned long
length
);
6
unsigned long
add_ip_checksums
(
unsigned long
offset
,
unsigned long
sum
,
7
unsigned long
new
);
8
#endif
/* IP_CHECKSUM_H */