aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/riscv_debug.h
blob: bcc74112ba32862c07f9925f15ee0441be0f41be (plain)
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