shithub: plan9front

ref: 02053924100ddb8617f2d3cbd5b3d5e842cef8c3
dir: /sys/include/rdbg.h/

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