shithub: plan9front

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

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