Doc fixes.
[bertos.git] / drv / timer.c
index 9148d930f2f39d5c6d0bd3d7a9a3669b24b5ed23..0e756dbb6cb01c435062380cbd60536d0e165520 100644 (file)
  */
 
 #include "timer.h"
-#include <cpu/cpu.h>
+
+#include <cpu/attr.h>
+#include <cpu/types.h>
+#include <cpu/irq.h>
+
 #include <cfg/os.h>
 #include <cfg/debug.h>
 #include <cfg/module.h>
@@ -70,6 +74,9 @@
 
 #if CONFIG_KERNEL
        #include <config_kern.h>
+       #if CONFIG_KERN_PREEMPTIVE
+               #include <hw/switch.h>
+       #endif
        #if CONFIG_KERN_SIGNALS
                #include <kern/signal.h> /* sig_wait(), sig_check() */
                #include <kern/proc.h>   /* proc_current() */