Go to the documentation of this file.
7 #ifndef _BLACKFIN_STRING_H_
8 #define _BLACKFIN_STRING_H_
10 #include <linux/types.h>
14 #define __HAVE_ARCH_STRCPY
17 #define __HAVE_ARCH_STRNCPY
20 #define __HAVE_ARCH_STRCMP
21 extern int strcmp(
const char *
cs,
const char *
ct);
23 #define __HAVE_ARCH_STRNCMP
26 #define __HAVE_ARCH_MEMSET
28 #define __HAVE_ARCH_MEMCPY
30 #define __HAVE_ARCH_MEMCMP
32 #define __HAVE_ARCH_MEMCHR
33 extern void *
memchr(
const void *
s,
int c,
size_t n);
34 #define __HAVE_ARCH_MEMMOVE