shithub: riscv

ref: 86f22d3c08b48f2b2f677ca5560a84cc0fcc90bf
dir: /sys/include/rdbg.h/

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