xref: /linux/arch/x86/include/asm/string.h (revision d774a5896e7dd2add2e352ab328ec8d41f7cb68b)
1 #ifdef CONFIG_X86_32
2 # include <asm/string_32.h>
3 #else
4 # include <asm/string_64.h>
5 #endif
6