shithub: riscv

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

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