Include top-level headers from cfg/ subdir.
[bertos.git] / drv / timer_dsp56k.h
index f0ff8843ba87347c1ef860800fbc05e607cc7cf3..7cf68f8f4b4fb0e9192b370ae6ad725e87d8f3de 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.7  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
+ *#* Revision 1.6  2004/11/16 22:37:14  bernie
+ *#* Replace IPTR with iptr_t.
+ *#*
  *#* Revision 1.5  2004/08/25 14:12:08  rasky
  *#* Aggiornato il comment block dei log RCS
  *#*
@@ -37,7 +43,7 @@
 
 #include "timer.h"
 #include <DSP56F807.h>
-#include <compiler.h>
+#include <cfg/compiler.h>
 #include <hw.h>
 #include <drv/irq.h>
 
@@ -54,7 +60,7 @@
 //! Type of time expressed in ticks of the hardware high precision timer
 typedef uint16_t hptime_t;
 
-static void system_timer_isr(UNUSED(IPTR, arg));
+static void system_timer_isr(UNUSED(iptr_t, arg));
 
 static void timer_hw_init(void)
 {
@@ -102,6 +108,6 @@ INLINE hptime_t timer_hw_hpread(void)
 }
 
 #define DEFINE_TIMER_ISR \
-       static void system_timer_isr(UNUSED(IPTR, arg))
+       static void system_timer_isr(UNUSED(iptr_t, arg))
 
 #endif /* DRV_TIMER_DSP56_H */