patch-2.4.10 linux/include/linux/timer.h

Next file: linux/include/linux/usb.h
Previous file: linux/include/linux/telephony.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/include/linux/timer.h linux/include/linux/timer.h
@@ -19,6 +19,7 @@
 	unsigned long data;
 	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);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)