oleavr-rgl-a500-mini-linux-.../arch/x86/include/asm/string.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

5 lines
90 B
C

#ifdef CONFIG_X86_32
# include <asm/string_32.h>
#else
# include <asm/string_64.h>
#endif