1 2 3 4 5 6 7 8 9
#ifndef RTOS__RISCV_H #define RTOS__RISCV_H struct riscv_rtos { /* The index into the thread list used to handle */ int qs_thread_info_offset; }; #endif