summaryrefslogtreecommitdiff
path: root/cksum.h
blob: aa887a0b265c2a99407670a6b20e339d1501146c (plain)
1
2
3
4
5
6
7
#ifndef _H_CHKSUM
#define _H_CHKSUM

#include "mbuf.h"
int cksum(struct mbuf *m, int len);

#endif