source:
trunk/minix/include/net/gen/oneCsum.h@
9
| Last change on this file since 9 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 222 bytes | |
| Line | |
|---|---|
| 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__ */ |
Note:
See TracBrowser
for help on using the repository browser.