brintos

brintos / linux-shallow public Read only

0
0
Text · 154 B · d9baa83 Raw
9 lines · plain
1/* SPDX-License-Identifier: GPL-2.0 */2#include <asm/ppc_asm.h>3 4FUNC_START(memcpy)5	b test_memcpy6 7FUNC_START(backwards_memcpy)8	b test_backwards_memcpy9