string_64.h 466 B

12345678910111213141516171819
  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. #ifndef __SPARC64_STRING_H__
  9. #define __SPARC64_STRING_H__
  10. #include <asm/asi.h>
  11. /* Now the str*() stuff... */
  12. #define __HAVE_ARCH_STRLEN
  13. __kernel_size_t strlen(const char *);
  14. #endif /* !(__SPARC64_STRING_H__) */