code: plan9front

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

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