shithub: plan9front

ref: 20d8cd0d63ee265870629243a31a60622ffafd99
dir: /sys/include/rdbg.h/

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