shithub: riscv

ref: 584caf6d1c6b44ce2f19c95581b7c6f134e2ba59
dir: /sys/include/rdbg.h/

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