shithub: riscv

ref: 7cdd1c46c5bb29572c69cbf2dcff3fba6a4a7a1d
dir: /sys/include/rdbg.h/

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