From: bernie Date: Tue, 1 Mar 2005 23:25:46 +0000 (+0000) Subject: Move event.h to mware/. X-Git-Tag: 1.0.0~854 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9eef0530ead83f3b18180e6a00dd34ef1e640279;p=bertos.git Move event.h to mware/. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@387 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/timer.h b/drv/timer.h index e66ed618..81880d40 100755 --- a/drv/timer.h +++ b/drv/timer.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.23 2005/03/01 23:25:46 bernie + *#* Move event.h to mware/. + *#* *#* Revision 1.22 2004/12/13 12:07:06 bernie *#* DISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_DISABLE/IRQ_RESTORE. *#* @@ -99,11 +102,7 @@ extern void timer_udelay(utime_t utime); #ifndef CONFIG_TIMER_DISABLE_EVENTS -#if CONFIG_KERNEL - #include -#else - #include -#endif +#include /*! * The timer driver supports multiple synchronous timers