string_32.h 366 B

1234567891011121314
  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 Jakub Jelinek ([email protected])
  7. */
  8. #ifndef __SPARC_STRING_H__
  9. #define __SPARC_STRING_H__
  10. #include <asm/page.h>
  11. #endif /* !(__SPARC_STRING_H__) */