Import 2.3.18pre1
[davej-history.git] / include / asm-ppc / string.h
blobe0158a215ad7e5a815b7869a2a371f986f8877ee
1 #ifndef _PPC_STRING_H_
2 #define _PPC_STRING_H_
4 #define __HAVE_ARCH_STRCPY
5 #define __HAVE_ARCH_STRNCPY
6 #define __HAVE_ARCH_STRLEN
7 #define __HAVE_ARCH_STRCMP
8 #define __HAVE_ARCH_STRCAT
9 #define __HAVE_ARCH_MEMSET
10 #define __HAVE_ARCH_BCOPY
11 #define __HAVE_ARCH_MEMCPY
12 #define __HAVE_ARCH_MEMMOVE
13 #define __HAVE_ARCH_MEMCMP
14 #define __HAVE_ARCH_MEMCHR
16 extern int strcasecmp(const char *, const char *);
17 extern int strncasecmp(const char *, const char *, int);
19 #endif