shithub: riscv

ref: a645a2f83d79abfa78f0d967a35977c3cfef8cef
dir: /sys/include/rdbg.h/

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