shithub: riscv

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

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