From 8f0ba2fd31408d04175513b8826bf9418ad8b087 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Fri, 29 Aug 2025 09:43:09 -0400 Subject: move memory functions to memory folder --- include/tcb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/tcb.h') diff --git a/include/tcb.h b/include/tcb.h index 6545083..c28a860 100644 --- a/include/tcb.h +++ b/include/tcb.h @@ -4,15 +4,6 @@ #include #include -typedef struct jove_ThreadControlBlock -{ - uintmax_t id; - struct jove_ThreadControlBlock *children; - struct jove_ThreadControlBlock *next; - void *stack; - uintptr_t sp, ksp; - void *pml4; -} tcb_t; #endif -- cgit v1.2.1