shithub: riscv

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

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