From 9eef0530ead83f3b18180e6a00dd34ef1e640279 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 1 Mar 2005 23:25:46 +0000 Subject: [PATCH] Move event.h to mware/. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@387 38d2e660-2303-0410-9eaa-f027e97ec537 --- drv/timer.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.25.1