2 * string.h: External definitions for optimized assembly string
3 * routines for the Linux Kernel.
9 #ifndef __SPARC64_STRING_H__
10 #define __SPARC64_STRING_H__
14 /* Now the str*() stuff... */
15 #define __HAVE_ARCH_STRLEN
16 __kernel_size_t strlen(const char *);
18 #endif /* !(__SPARC64_STRING_H__) */