shithub: riscv

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

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