shithub: plan9front

ref: 14da3b8a1ff5d1643e2cd0482976d5092d476fc5
dir: /sys/include/rdbg.h/

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