From 0f4a751e60a6c8ac40592ff44c74f1c9e4846d9a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 May 2022 01:07:48 +0300 Subject: continue documentation efforts. --- arch/riscv64/include/tcb.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'arch/riscv64/include/tcb.h') diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h index be6d58a..8cd32ed 100644 --- a/arch/riscv64/include/tcb.h +++ b/arch/riscv64/include/tcb.h @@ -6,9 +6,13 @@ * riscv64 definitions of arch-specific tcb data. */ +/** + * riscv-specific thread handling stuff. + * + * Empty for now, but should probably be filled with stuff like register + * saving of something + */ struct arch_tcbd { - /* empty for now, but should probably be filled with stuff like register - * saving of something */ }; #endif /* ARCH_RISCV_TCB_H */ -- cgit v1.3