shithub: riscv

ref: 88b9bda96cc4188f12713c2f5cb089f13bc8d368
dir: /sys/include/rdbg.h/

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