]> Git Repo - J-linux.git/blob - include/linux/fpu.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / fpu.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef _LINUX_FPU_H
4 #define _LINUX_FPU_H
5
6 #ifdef _LINUX_FPU_COMPILATION_UNIT
7 #error FP code must be compiled separately. See Documentation/core-api/floating-point.rst.
8 #endif
9
10 #include <asm/fpu.h>
11
12 #endif
This page took 0.02706 seconds and 4 git commands to generate.