···11/* SPDX-License-Identifier: GPL-2.0 */22+#ifndef _ASM_SIMD_H33+#define _ASM_SIMD_H2435#include <asm/fpu/api.h>66+#include <linux/compiler_attributes.h>77+#include <linux/types.h>4859/*610 * may_use_simd - whether it is allowable at this time to issue SIMD···1410{1511 return irq_fpu_usable();1612}1313+1414+#endif /* _ASM_SIMD_H */