riscv-openocd/src/rtos/riscv_debug.h

10 lines
157 B
C

#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