From b8157c22274d96911ec48bcf9e870ea2d3622b28 Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 10 Jun 2005 00:58:19 +0000 Subject: fix nas compatibility and overrides for newer wla2-g54l units git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1181 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openwrt/libshared/bcmtimer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/openwrt/libshared/bcmtimer.h') diff --git a/package/openwrt/libshared/bcmtimer.h b/package/openwrt/libshared/bcmtimer.h index 560957cbf..3db9e624f 100644 --- a/package/openwrt/libshared/bcmtimer.h +++ b/package/openwrt/libshared/bcmtimer.h @@ -30,11 +30,13 @@ typedef void (*bcm_timer_cb)(bcm_timer_id id, int data); /* OS-independant interfaces, applications should call these functions only */ int bcm_timer_module_init(int timer_entries, bcm_timer_module_id *module_id); int bcm_timer_module_cleanup(bcm_timer_module_id module_id); +int bcm_timer_module_enable(bcm_timer_module_id module_id, int enable); int bcm_timer_create(bcm_timer_module_id module_id, bcm_timer_id *timer_id); int bcm_timer_delete(bcm_timer_id timer_id); int bcm_timer_gettime(bcm_timer_id timer_id, struct itimerspec *value); int bcm_timer_settime(bcm_timer_id timer_id, const struct itimerspec *value); int bcm_timer_connect(bcm_timer_id timer_id, bcm_timer_cb func, int data); int bcm_timer_cancel(bcm_timer_id timer_id); +int bcm_timer_change_expirytime(bcm_timer_id timer_id, const struct itimerspec *timer_spec); #endif /* #ifndef __bcmtimer_h__ */ -- cgit v1.2.3