NetBSD/sbin/disklabel/dkcksum.h
matt af8f0546ca Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
2013-05-03 16:05:11 +00:00

5 lines
165 B
C

/* $NetBSD: dkcksum.h,v 1.6 2013/05/03 16:05:12 matt Exp $ */
uint16_t dkcksum(const struct disklabel *);
uint16_t dkcksum_sized(const struct disklabel *, size_t);