shithub: plan9front

ref: 95c166fc35a918337c6958c7ae9e6b6214ad9c07
dir: /sys/include/rdbg.h/

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