blob: c3c2c1914d6578791afb4c7c8d202f9f0fed2277 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Thomas Gleixner96a388d2007-10-11 11:20:03 +02002#ifdef CONFIG_X86_32
David Howellsa1ce3922012-10-02 18:01:25 +01003# include <asm/string_32.h>
Thomas Gleixner96a388d2007-10-11 11:20:03 +02004#else
David Howellsa1ce3922012-10-02 18:01:25 +01005# include <asm/string_64.h>
Thomas Gleixner96a388d2007-10-11 11:20:03 +02006#endif