shithub: riscv

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

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