shithub: riscv

ref: 20b2f7a38ef20b6ce866c515bc911f8c988b6d79
dir: /sys/include/rdbg.h/

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