1 /* SPDX-License-Identifier: GPL-2.0 */
3 * string.h: External definitions for optimized assembly string
4 * routines for the Linux Kernel.
10 #ifndef __SPARC64_STRING_H__
11 #define __SPARC64_STRING_H__
15 /* Now the str*() stuff... */
16 #define __HAVE_ARCH_STRLEN
17 __kernel_size_t strlen(const char *);
19 #endif /* !(__SPARC64_STRING_H__) */