blob: 98b72a0c8e6e624d0ea6618e4f8ace5736369309 [file] [log] [blame]
#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