shithub: riscv

ref: c3f2448a56a73378238e1d5b29f00a3d04f9afdc
dir: /sys/include/rdbg.h/

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