shithub: plan9front

ref: 55104888794793069cc60b2d00d46a530f1c1cbe
dir: /sys/include/rdbg.h/

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