freebsd-dev/sys/i386/include/fpu.h
John Baldwin 4ef6ea38fc Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.
arm64 has a similar wrapper.  This permits defining <machine/fpu.h> as
the standard header for fpu_kern_*.

Reviewed by:	kib
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D26753
2020-10-13 17:26:12 +00:00

7 lines
87 B
C

/*-
* This file is in the public domain.
*
* $FreeBSD$
*/
#include <machine/npx.h>