Split cpu/cpu.h in 3 files: irq, types and attr.
[bertos.git] / drv / timer.h
index d5bb77437a2fda0c98c578a857057585fa5307c7..bcf10200c22191d3e65aa2a91e81a9c7b09e0eef 100644 (file)
@@ -42,7 +42,8 @@
 #define DRV_TIMER_H
 
 #include <cfg/os.h>
-#include <cpu/cpu.h>
+#include <cpu/attr.h>
+#include <cpu/irq.h>
 
 /*
  * Include platform-specific binding header if we're hosted.