shithub: plan9front

ref: 24544b80f54a47862ae90ab915b2e4e16c968059
dir: /sys/include/rdbg.h/

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