shithub: riscv

ref: 3ba84f05c26b8b3f6ac1da3eeff8489bdccc7890
dir: /sys/include/rdbg.h/

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