diff --git a/include/re_tmr.h b/include/re_tmr.h index ef9d0a6ce..0c6650c51 100644 --- a/include/re_tmr.h +++ b/include/re_tmr.h @@ -29,6 +29,8 @@ struct tmr { int line; }; +#define TMR_INIT {.le = LE_INIT} + int tmrl_alloc(struct tmrl **tmrl); void tmr_poll(struct tmrl *tmrl); uint64_t tmr_jiffies_usec(void);