shithub: plan9front

ref: 8f00b7096e4e5e370e89c0a594891c0235ae8857
dir: /sys/include/rdbg.h/

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