git: plan9front

ref: 913fdf24972dca40feb3201fe4e32c1ab7b7c2c3
dir: /sys/include/rdbg.h/

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