xref: /freebsd/sys/crypto/blake2/blake2_kfreebsd.h (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1 /* This file is in the public domain */
2 /* $FreeBSD$ */
3 
4 #pragma once
5 
6 #include <sys/param.h>
7 #include <sys/systm.h>	/* memcpy, memset */
8