shithub: plan9front

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

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