freebsd-dev/stand/libsa/crc32_libkern.c
Xin LI f89d207279 Separate kernel crc32() implementation to its own header (gsb_crc32.h) and
rename the source to gsb_crc32.c.

This is a prerequisite of unifying kernel zlib instances.

PR:		229763
Submitted by:	Yoshihiro Ota <ota at j.email.ne.jp>
Differential Revision:	https://reviews.freebsd.org/D20193
2019-06-17 19:49:08 +00:00

4 lines
58 B
C

/* $FreeBSD$ */
#include "../../sys/libkern/gsb_crc32.c"