ptos: ps+hal: Add thread control block init

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-14 16:14:03 -04:00
parent fe6be93d32
commit fcfe1dfb4a
6 changed files with 168 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: Thread control block bridge
* Author: Chloe M.
*/
#ifndef _HAL_TCB_H_
#define _HAL_TCB_H_ 1
/*
* This header must define the TCB structure for MD
* thread information.
*/
#include <machine/tcb.h>
#endif /* !_HAL_TCB_H_ */