xref: /openbmc/linux/arch/s390/include/asm/vx-insn.h (revision ef4290e6)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Vector Instructions
4  *
5  * This wrapper header file allows to use the vector instruction macros in
6  * both assembler files as well as in inline assemblies in C files.
7  */
8 
9 #ifndef __ASM_S390_VX_INSN_H
10 #define __ASM_S390_VX_INSN_H
11 
12 #include <asm/vx-insn-asm.h>
13 
14 #ifndef __ASSEMBLY__
15 
16 asm(".include \"asm/vx-insn-asm.h\"\n");
17 
18 #endif /* __ASSEMBLY__ */
19 #endif	/* __ASM_S390_VX_INSN_H */
20