#ifndef ARCH_RISCV_TCB_H #define ARCH_RISCV_TCB_H /** * @file tcb.h * 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 { }; #endif /* ARCH_RISCV_TCB_H */