Split test suite in new file.
[bertos.git] / cpu / arm / drv / timer_at91.c
index cfc81c76243a58814268ceb745ab19d023564fc3..e27e8a63e34e44ad8e692bcfff7cced167adde62 100644 (file)
  */
 
 #include "timer_at91.h"
-#include <io/at91sam7s.h>
+#include <io/arm.h>
 #include "sysirq_at91.h"
 
 #include <cfg/macros.h> // BV()
 #include <cfg/module.h>
-#include <cpu/cpu.h>
+#include <cpu/irq.h>
+#include <cpu/types.h>
 
 
 /** HW dependent timer initialization  */