=================================================================== RCS file: /cvs/prex-old/sys/include/timer.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/sys/include/timer.h 2008/06/03 10:38:45 1.1.1.1 +++ prex-old/sys/include/timer.h 2008/08/13 17:12:31 1.1.1.1.2.1 @@ -61,8 +61,8 @@ #define tick_to_msec(tick) (((tick) * 1000) / HZ) -extern void timer_callout(struct timer *, void (*)(void *), void *, - u_long); +extern void timer_callout(struct timer *, u_long, void (*)(void *), + void *); extern void timer_stop(struct timer *); extern u_long timer_delay(u_long); extern int timer_sleep(u_long, u_long *); @@ -74,7 +74,6 @@ extern void timer_tick(void); extern u_long timer_count(void); extern void timer_info(struct info_timer *); -extern void timer_dump(void); extern void timer_init(void); #endif /* !_TIMER_H */