shithub: riscv

ref: 190c40c9fff3eafd23ab89cb445d4f85d29963b0
dir: /sys/include/rdbg.h/

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