shithub: riscv

ref: 026c679f49ca89b7585d3ee3364d154c2b00cc3a
dir: /sys/include/rdbg.h/

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