string_64.h 466 B

123456789101112131415161718
  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. #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__) */