linux/arch/e2k/boot/string.c

9 lines
116 B
C

/*
* string routines
*
* Boot uses the same routines as main kernel
*/
#define BOOT
#include "../lib/string.c"