mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
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
6 lines
87 B
C
6 lines
87 B
C
/*-
|
|
* This file is in the public domain.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
#include <machine/npx.h>
|