]> Git Repo - linux.git/blob - arch/sparc/include/asm/string_64.h
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
[linux.git] / arch / sparc / include / asm / string_64.h
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 ([email protected])
7  * Copyright (C) 1996,1997,1999 Jakub Jelinek ([email protected])
8  */
9
10 #ifndef __SPARC64_STRING_H__
11 #define __SPARC64_STRING_H__
12
13 #include <asm/asi.h>
14
15 /* Now the str*() stuff... */
16 #define __HAVE_ARCH_STRLEN
17 __kernel_size_t strlen(const char *);
18
19 #endif /* !(__SPARC64_STRING_H__) */
This page took 0.032099 seconds and 4 git commands to generate.