shithub: plan9front

ref: 7bcdd1b5d896816f6d403f86cd315819d0d03d07
dir: /sys/include/rdbg.h/

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