We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2dfa4 commit ee1be80Copy full SHA for ee1be80
include/re_tmr.h
@@ -29,6 +29,8 @@ struct tmr {
29
int line;
30
};
31
32
+#define TMR_INIT {.le = LE_INIT}
33
+
34
int tmrl_alloc(struct tmrl **tmrl);
35
void tmr_poll(struct tmrl *tmrl);
36
uint64_t tmr_jiffies_usec(void);
0 commit comments