blob: 98b72a0c8e6e624d0ea6618e4f8ace5736369309 (
plain)
| 1
2
3
4
5
6
7
8
 | #ifndef ___ASM_SPARC_STRING_H
#define ___ASM_SPARC_STRING_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/string_64.h>
#else
#include <asm/string_32.h>
#endif
#endif
 |