af8f0546ca
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.
5 lines
165 B
C
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);
|