shithub: plan9front

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

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