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