shithub: riscv

ref: a6d852d0a63c3804fa651fdb8abbf6893f898afd
dir: /sys/include/rdbg.h/

View raw version
/* Remote kernel debug protocol */
enum
{
	Terr='0',
	Rerr,
	Tmget,
	Rmget,
	Tmput,
	Rmput,
};