shithub: riscv

ref: 60bcab4d7815a46e3fa4633d4030846b395d1622
dir: /sys/include/rdbg.h/

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