time.c 108 B

12345
  1. #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
  2. #include "time_mm.c"
  3. #else
  4. #include "time_no.c"
  5. #endif