blob: 6b9ccb3086057a09feb565ade3c3f48859e3246f [file] [log] [blame]
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07001/*
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
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070012#include <asm/asi.h>
13
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070014/* Now the str*() stuff... */
15#define __HAVE_ARCH_STRLEN
Sam Ravnborgf05a6862014-05-16 23:25:50 +020016__kernel_size_t strlen(const char *);
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070017
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070018#endif /* !(__SPARC64_STRING_H__) */