shithub: riscv

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

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