/arch/sparc/include/asm/string.h
https://bitbucket.org/ndreys/linux-sunxi · C++ Header · 8 lines · 8 code · 0 blank · 0 comment · 1 complexity · 6bcab4efb4c8b92ecf20c7cae92b31a2 MD5 · raw file
- #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