shithub: riscv

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

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