]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/common/crc32.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / boot / common / 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_ */