shithub: plan9front

ref: 7cff84371d4cdf1964651fd04c60b98a0d6014a4
dir: /sys/include/rdbg.h/

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