shithub: riscv

ref: 443d5256bdb6b0fb73795706fc5d48a12a3cd0dc
dir: /sys/include/rdbg.h/

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