shithub: plan9front

ref: 6f76d0030034303e753e359c05a7d630bbb42aed
dir: /sys/include/rdbg.h/

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