diff options
Diffstat (limited to 'include/tcb.h')
-rw-r--r-- | include/tcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tcb.h b/include/tcb.h index c28a860..511f69e 100644 --- a/include/tcb.h +++ b/include/tcb.h @@ -4,6 +4,8 @@ #include <stddef.h> #include <stdint.h> +struct jove_ThreadControlBlock; +void tcb_init(void *task_main); #endif |