shithub: riscv

ref: 2598a9e3128e01b8aa7da14e39fcdab868030c86
dir: /sys/include/rdbg.h/

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