shithub: riscv

ref: 5a934b56f59f2cc0c7a700618a3f8211541c1bcd
dir: /sys/include/rdbg.h/

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