shithub: riscv

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

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