From 42a2bdaecaee627247689b3f4ff2828fe3c8dc97 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 11 Sep 2025 14:37:04 -0400 Subject: load init from ELF executable --- include/tcb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/tcb.h') 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 #include +struct jove_ThreadControlBlock; +void tcb_init(void *task_main); #endif -- cgit v1.2.1