shithub: riscv

ref: 91ce0a07ca23fc68a1b60c77f2127481d37ad458
dir: /sys/include/rdbg.h/

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