shithub: riscv

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

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