shithub: plan9front

ref: 797a5ac470e8d43140a81f27e16fc4bf162efa65
dir: /sys/include/rdbg.h/

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