shithub: riscv

ref: 29a28c9a443d20dbf7c9f0d869c3f70bf3f96c1f
dir: /sys/include/rdbg.h/

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