repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel/vm: change pde table info from single buffer to explicit per-process.
[minix.git]
/
include
/
net
/
gen
/
oneCsum.h
blob
3bfae46ec34e56cf2523ebf48a7ac5a4d7c68db4
1
/*
2
server/ip/gen/oneCsum.h
3
*/
4
5
#ifndef __SERVER__IP__GEN__ONECSUM_H__
6
#define __SERVER__IP__GEN__ONECSUM_H__
7
8
u16_t oneC_sum
_ARGS
((
u16_t prev
,
void
*
data
,
size_t
data_len
));
9
10
#endif
/* __SERVER__IP__GEN__ONECSUM_H__ */