shithub: riscv

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

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