staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / arm64 / include / asm / neon.h
blobd4b1d172a79b67b2b815ef7df1f617784db1416f
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/arch/arm64/include/asm/neon.h
5 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
6 */
8 #ifndef __ASM_NEON_H
9 #define __ASM_NEON_H
11 #include <linux/types.h>
12 #include <asm/fpsimd.h>
14 #define cpu_has_neon() system_supports_fpsimd()
16 void kernel_neon_begin(void);
17 void kernel_neon_end(void);
19 #endif /* ! __ASM_NEON_H */