shithub: riscv

ref: 36a5b385f4fd6a53742482cc3d798b4fa53333d3
dir: /sys/include/rdbg.h/

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