shithub: riscv

ref: 31e1c15d441e38a740b8f209f86b8b2d0fc49d79
dir: /sys/include/rdbg.h/

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