shithub: riscv

ref: 46124af6cfa35a58b853bb625f2a57f7d6ea249f
dir: /sys/include/rdbg.h/

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