shithub: plan9front

ref: 380adf8b485ce93aa42ad0d414718c3ad4918176
dir: /sys/include/rdbg.h/

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