shithub: riscv

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

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