xref: /linux/lib/raid/xor/powerpc/xor_vmx.h (revision 440d6635b20037bc9ad46b20817d7b61cef0fc1b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Simple interface to link xor_vmx.c and xor_vmx_glue.c
4  *
5  * Separating these file ensures that no altivec instructions are run
6  * outside of the enable/disable altivec block.
7  */
8 
9 void xor_gen_altivec_inner(void *dest, void **srcs, unsigned int src_cnt,
10 		unsigned int bytes);
11