xref: /openbmc/linux/tools/testing/selftests/powerpc/copyloops/memcpy_stubs.S (revision f019679ea5f2ab650c3348a79e7d9c3625f62899)
1/* SPDX-License-Identifier: GPL-2.0 */
2#include <asm/ppc_asm.h>
3
4FUNC_START(memcpy)
5	b test_memcpy
6
7FUNC_START(backwards_memcpy)
8	b test_backwards_memcpy
9