shithub: riscv

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

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