1 #ifndef _wl_timer_ 2 #define _wl_timer_ 3 s32 wl_timer_attach(struct net_device *net); 4 void wl_timer_dettach(dhd_pub_t *dhdp); 5 void wl_timer_register(struct net_device *net, timer_list_compat_t *timer, void *cb_func); 6 void wl_timer_deregister(struct net_device *net, timer_list_compat_t *timer); 7 void wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms); 8 #endif 9