shithub: riscv

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

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