diff options
Diffstat (limited to 'chopstx.h')
-rw-r--r-- | chopstx.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ typedef uint8_t chopstx_prio_t; extern chopstx_t chopstx_main; +void chopstx_main_init (chopstx_prio_t); + /* NOTE: This signature is different to PTHREAD's one. */ chopstx_t chopstx_create (uint32_t flags_and_prio, |