]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/boot/common/crc32.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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_ */