freebsd-dev/sys/crypto/armv8/stdint.h
Andrew Turner a9dc38def4 Create an empty stdint.h for arm_neon.h to include.
The armv8crypto module includes arm_neon.h for the compiler intrinsic
functions. This includes the userland stdint.h file that doesn't exist in
the kernel. Fix this by providing an empty stdint.h to be used when we
include arm_neon.h.

Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D16254
2018-07-16 15:39:33 +00:00

6 lines
135 B
C

/*
* This is here as arm_neon.h includes <stdint.h>. It can be empty as
* we already include the needed headers.
*/
/* $FreeBSD$ */