]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[mirror_ubuntu-focal-kernel.git] / tools / testing / selftests / powerpc / stringloops / asm / ppc_asm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <ppc-asm.h>
3
4 #ifndef r1
5 #define r1 sp
6 #endif
7
8 #define _GLOBAL(A) FUNC_START(test_ ## A)