shithub: plan9front

ref: 50efe18550c5f86ec99c307fe17c2b5c6d061c67
dir: /sys/include/rdbg.h/

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