shithub: plan9front

ref: 71939a82ccc505b0baa990d7fe17e7085d0ab8fc
dir: /sys/include/rdbg.h/

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