#ifndef _MACHINE_IN_CKSUM_H_
#define _MACHINE_IN_CKSUM_H_

/*
 * High-speed routine for calculating simple-case IP header checksums
 */

int	in_cksum_hdr(const struct ip *);

#endif
