shithub: riscv

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

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