shithub: riscv

ref: 1759a1746d3629e29c924d70cf6632cfb2c14209
dir: /sys/include/rdbg.h/

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