From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- arch/riscv64/include/tcb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/riscv64/include/tcb.h') diff --git a/arch/riscv64/include/tcb.h b/arch/riscv64/include/tcb.h index d1e0717..be6d58a 100644 --- a/arch/riscv64/include/tcb.h +++ b/arch/riscv64/include/tcb.h @@ -1,6 +1,11 @@ #ifndef ARCH_RISCV_TCB_H #define ARCH_RISCV_TCB_H +/** + * @file tcb.h + * riscv64 definitions of arch-specific tcb data. + */ + struct arch_tcbd { /* empty for now, but should probably be filled with stuff like register * saving of something */ -- cgit v1.3