shithub: plan9front

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

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