shithub: plan9front

ref: 5f05ac2a3d7c9530b9cb49947065b14b9d0355bb
dir: /sys/include/rdbg.h/

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