Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
97d2a10d5804d585ab0b58efbd710948401b886a
/
.
/
arch
/
m68k
/
kernel
/
time.c
blob: 75ab79b3bdeb76b7439f0337c30634115c7d7125 [
file
] [
log
] [
blame
]
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
#include
"time_mm.c"
#else
#include
"time_no.c"
#endif