shithub: riscv

ref: 4dc437c0763268ebf3c77c2a11cafa224173bfdd
dir: /sys/include/rdbg.h/

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