shithub: riscv

ref: 650a4434a6771cff99d9aa429cbd7fcf70ec6d88
dir: /sys/include/rdbg.h/

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