Loading...
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * string.h: External definitions for optimized assembly string
4 * routines for the Linux Kernel.
5 *
6 * Copyright (C) 1995,1996 David S. Miller (davem@caip.rutgers.edu)
7 * Copyright (C) 1996,1997,1999 Jakub Jelinek (jakub@redhat.com)
8 */
9
10#ifndef __SPARC64_STRING_H__
11#define __SPARC64_STRING_H__
12
13#include <asm/asi.h>
14
15#endif /* !(__SPARC64_STRING_H__) */
1/*
2 * string.h: External definitions for optimized assembly string
3 * routines for the Linux Kernel.
4 *
5 * Copyright (C) 1995,1996 David S. Miller (davem@caip.rutgers.edu)
6 * Copyright (C) 1996,1997,1999 Jakub Jelinek (jakub@redhat.com)
7 */
8
9#ifndef __SPARC64_STRING_H__
10#define __SPARC64_STRING_H__
11
12#include <asm/asi.h>
13
14/* Now the str*() stuff... */
15#define __HAVE_ARCH_STRLEN
16__kernel_size_t strlen(const char *);
17
18#endif /* !(__SPARC64_STRING_H__) */