string_64.h 409 B

123456789101112131415
  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. #ifndef __SPARC64_STRING_H__
  10. #define __SPARC64_STRING_H__
  11. #include <asm/asi.h>
  12. #endif /* !(__SPARC64_STRING_H__) */