shithub: plan9front

ref: 4cef9b12fd98d3d93894e3267c47f36775560702
dir: /sys/include/rdbg.h/

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