shithub: riscv

ref: 4e00cf6b1798fc95b3ccad8cb66a3e80c96b2786
dir: /sys/include/rdbg.h/

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