shithub: plan9front

ref: 810aed76a5cffd3dbbcb190d53e71eb84335a587
dir: /sys/include/rdbg.h/

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