mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 14:44:17 +00:00
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
6 lines
82 B
C
6 lines
82 B
C
#ifdef CONFIG_X86_32
|
|
# include "string_32.h"
|
|
#else
|
|
# include "string_64.h"
|
|
#endif
|