]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/libsa/crc32.h
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / stand / libsa / crc32.h
1 /*-
2  *  COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program, or
3  *  code or tables extracted from it, as desired without restriction.
4  *
5  * $FreeBSD$
6  */
7
8 #ifndef _CRC32_H_
9 #define _CRC32_H_
10
11 uint32_t crc32(const void *buf, size_t size);
12
13 #endif  /* !_CRC32_H_ */