shithub: plan9front

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

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