]> Git Repo - linux.git/blob - arch/sparc/include/asm/string_64.h
tcp: add tp->tcp_mstamp field
[linux.git] / arch / sparc / include / asm / string_64.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 ([email protected])
6  * Copyright (C) 1996,1997,1999 Jakub Jelinek ([email protected])
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__) */
This page took 0.029409 seconds and 4 git commands to generate.