shithub: plan9front

ref: 781a8f8d9f50221dc34c0dab5baf48e197444269
dir: /sys/include/rdbg.h/

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