shithub: plan9front

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

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