1
0
Fork 0
alistair23-linux/arch/m68k/kernel/time.c

6 lines
73 B
C

#ifdef CONFIG_MMU
#include "time_mm.c"
#else
#include "time_no.c"
#endif