shithub: riscv

ref: 98d518cc8c1ff7d1440ebffb9f546d3e0e149d60
dir: /sys/include/rdbg.h/

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