shithub: riscv

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

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