shithub: plan9front

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

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