a9dc38def4
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
6 lines
135 B
C
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$ */
|