shithub: plan9front

ref: 2b67ee6312f720c342e7d3454bd996fb052ee8c2
dir: /sys/include/rdbg.h/

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