]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk808' into...
[mirror_ubuntu-focal-kernel.git] / tools / testing / selftests / powerpc / stringloops / asm / ppc_asm.h
1 #include <ppc-asm.h>
2
3 #ifndef r1
4 #define r1 sp
5 #endif
6
7 #define _GLOBAL(A) FUNC_START(test_ ## A)