shithub: riscv

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

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