shithub: riscv

ref: 77c3cb50fb529740c57908cc5f0655fba0257c91
dir: /sys/include/rdbg.h/

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