X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer.c;h=c9c66832fda448b48e8f694db2ab8a624aa3b01d;hb=294f744f2676575fa3704a2fc321eac0b894e1da;hp=22512251278fb347f08890999bb40f1f0e136246;hpb=be670d92a85770cfa7edcbaca9a94032ddf1b114;p=bertos.git diff --git a/drv/timer.c b/drv/timer.c index 22512251..c9c66832 100755 --- a/drv/timer.c +++ b/drv/timer.c @@ -1,7 +1,7 @@ /*! * \file * @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.15 2004/09/14 21:07:18 bernie + *#* Use debug.h instead of kdebug.h. + *#* *#* Revision 1.14 2004/08/25 14:12:08 rasky *#* Aggiornato il comment block dei log RCS *#* @@ -56,10 +59,10 @@ *#* *#*/ -#include "hw.h" -#include "kdebug.h" #include "timer.h" +#include #include CPU_HEADER(timer) +#include #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS #include