shithub: riscv

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

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