shithub: plan9front

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

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