shithub: plan9front

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

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