shithub: riscv

ref: 3b08fd07698b041b55d1bf465e77f29d6eec1951
dir: /sys/include/rdbg.h/

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