shithub: riscv

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

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