summaryrefslogtreecommitdiffstats
path: root/include/tcb.h
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-09-11 14:37:04 -0400
committerJon Santmyer <jon@jonsantmyer.com>2025-09-11 14:37:04 -0400
commit42a2bdaecaee627247689b3f4ff2828fe3c8dc97 (patch)
tree17e59594b1979912401eecb05891234e028e8869 /include/tcb.h
parent7f350e7ee1c2c38e5ac0b6c22c17388f6c78f0b5 (diff)
downloadjove-kernel-42a2bdaecaee627247689b3f4ff2828fe3c8dc97.tar.gz
jove-kernel-42a2bdaecaee627247689b3f4ff2828fe3c8dc97.tar.bz2
jove-kernel-42a2bdaecaee627247689b3f4ff2828fe3c8dc97.zip
load init from ELF executable
Diffstat (limited to 'include/tcb.h')
-rw-r--r--include/tcb.h2
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