shithub: riscv

ref: 773f1c5f6ab2d3f5c5a815e83049ab1dab8de690
dir: /sys/include/rdbg.h/

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