shithub: plan9front

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

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