root/arch/csky/abiv1/inc/abi/string.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
   3 
   4 #ifndef __ABI_CSKY_STRING_H
   5 #define __ABI_CSKY_STRING_H
   6 
   7 #define __HAVE_ARCH_MEMCPY
   8 extern void *memcpy(void *, const void *, __kernel_size_t);
   9 
  10 #endif /* __ABI_CSKY_STRING_H */

/* [<][>][^][v][top][bottom][index][help] */