shithub: riscv

ref: 2e1ac96d3f6ff85ccac1681631d09d60953cf8a6
dir: /sys/include/rdbg.h/

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