shithub: riscv

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

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