shithub: riscv

ref: 5cdabc5eb16db432abcf61dc126bfb7f9b2978c1
dir: /sys/include/rdbg.h/

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