shithub: plan9front

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

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