Update POSIX timer emulator.
[bertos.git] / drv / timer.h
index 3bf12e17050b94bc914074047f5618bc3a9b7f1a..c78bee39eeb2886e32e0efe52e82d18b368b6b90 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.28  2006/02/17 22:24:21  bernie
+ *#* Update POSIX timer emulator.
+ *#*
  *#* Revision 1.27  2005/11/27 03:04:19  bernie
  *#* Move test code to timer_test.c; Add OS_HOSTED support.
  *#*
@@ -237,10 +240,6 @@ INLINE void timer_udelay(utime_t delay)
 }
 #endif
 
-#if CONFIG_TEST
-void timer_test(void);
-#endif /* CONFIG_TEST */
-
 #ifndef CONFIG_TIMER_DISABLE_EVENTS
 
 #include <mware/event.h>