1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Port on Texas Instruments TMS320C6x architecture
5 * Copyright (C) 2004, 2009, 2011 Texas Instruments Incorporated
6 * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com)
8 #ifndef _ASM_C6X_STRING_H
9 #define _ASM_C6X_STRING_H
12 #include <linux/linkage.h>
14 asmlinkage
extern void *memcpy(void *to
, const void *from
, size_t n
);
16 #define __HAVE_ARCH_MEMCPY
18 #endif /* _ASM_C6X_STRING_H */