diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2017-10-10 13:02:58 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2017-10-10 13:02:58 +0000 |
commit | 2e0c6823c453df43eb94a53098581f2a7ebd5725 (patch) | |
tree | 064bc6b0837ccb56319eb47e8821ba20c1c153a2 /sys/arm64 | |
parent | f72a72115c20a998f4f56a843520895ea4acdd16 (diff) | |
download | src-test2-2e0c6823c453df43eb94a53098581f2a7ebd5725.tar.gz src-test2-2e0c6823c453df43eb94a53098581f2a7ebd5725.zip |
Notes
Diffstat (limited to 'sys/arm64')
-rw-r--r-- | sys/arm64/include/fpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arm64/include/fpu.h b/sys/arm64/include/fpu.h new file mode 100644 index 000000000000..bd543d0d8e61 --- /dev/null +++ b/sys/arm64/include/fpu.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + * + * $FreeBSD$ + */ +#include <machine/vfp.h> |