shithub: plan9front

ref: b767b2ce23ba8294d7e628b7fbcd0ad844be5dc8
dir: /sys/include/rdbg.h/

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