--- 2.4.11pre2aa1/include/linux/timer.h.~1~ Wed Oct 3 00:35:01 2001 +++ 2.4.11pre2aa1/include/linux/timer.h Wed Oct 3 00:44:55 2001 @@ -20,6 +20,8 @@ void (*function)(unsigned long); }; +typedef struct timer_list timer_t; + extern void add_timer(struct timer_list * timer); extern int del_timer(struct timer_list * timer);