mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-05 20:20:55 -04:00
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);
|