shithub: riscv

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

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