aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/include/nsfw_fd_timer_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/include/nsfw_fd_timer_api.h')
-rw-r--r--src/framework/include/nsfw_fd_timer_api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/framework/include/nsfw_fd_timer_api.h b/src/framework/include/nsfw_fd_timer_api.h
index 0b42fe0..7aa8bb7 100644
--- a/src/framework/include/nsfw_fd_timer_api.h
+++ b/src/framework/include/nsfw_fd_timer_api.h
@@ -26,12 +26,14 @@ extern "C"{
/* *INDENT-ON* */
#endif /* __cplusplus */
+#include "dmm_ring.h"
+
#define NSFW_TIMER_MODULE "nsfw_timer"
typedef struct _nsfw_timer_init_cfg
{
u32 timer_info_size;
- void *timer_info_pool;
+ struct dmm_ring *timer_info_pool;
struct list_head timer_head;
struct list_head exp_timer_head;
} nsfw_timer_init_cfg;