shithub: riscv

ref: 967b1248f82e5f64eab4dbf45898a37851b71fa2
dir: /sys/include/rdbg.h/

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