/* drivers/net/ethernet/dec/tulip/timer.c Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. Please submit bugs to http://bugzilla.kernel.org/ . */ #include "tulip.h" void tulip_media_task(struct work_struct *work) { … } void mxic_timer(struct timer_list *t) { … } void comet_timer(struct timer_list *t) { … }