shithub: riscv

ref: 9b7c9787930fe88c2faaa92255bc8c364280cf6a
dir: /sys/include/rdbg.h/

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