shithub: plan9front

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

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