shithub: riscv

ref: 1cfdab50fa986d686d45a765e629d128a0f40c44
dir: /sys/include/rdbg.h/

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