shithub: plan9front

ref: 1d93a5628adc0f08463fe4272dc88fb0f61e631d
dir: /sys/include/rdbg.h/

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