X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_dsp56k.h;h=7cf68f8f4b4fb0e9192b370ae6ad725e87d8f3de;hb=13ec95fc46065b689287f537b61f2e6607be1653;hp=f0ff8843ba87347c1ef860800fbc05e607cc7cf3;hpb=277b540c0764dd376dcf583acdc97a2b2fd3d8e6;p=bertos.git diff --git a/drv/timer_dsp56k.h b/drv/timer_dsp56k.h index f0ff8843..7cf68f8f 100755 --- a/drv/timer_dsp56k.h +++ b/drv/timer_dsp56k.h @@ -15,6 +15,12 @@ /*#* *#* $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 -#include +#include #include #include @@ -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 */