xref: /openbmc/linux/arch/x86/include/asm/string.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
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