Split cpu/cpu.h in 3 files: irq, types and attr.
[bertos.git] / drv / kdebug.c
index 129576f4096ed566f0c49084af09b600efe203e1..739400a419fd1df28dc53b4c9426cdf511df16a5 100644 (file)
@@ -40,7 +40,9 @@
 
 
 #include <cfg/debug.h>
-#include <cpu/cpu.h>
+#include <cpu/irq.h>
+#include <cpu/attr.h>
+#include <cpu/types.h>
 #include <cfg/macros.h> /* for BV() */
 #include <appconfig.h>
 #include <hw_cpu.h>     /* for CLOCK_FREQ */