1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2bb898558SAl Viro #ifdef CONFIG_X86_32 3a1ce3928SDavid Howells # include <asm/string_32.h> 4bb898558SAl Viro #else 5a1ce3928SDavid Howells # include <asm/string_64.h> 6bb898558SAl Viro #endif 7