shithub: plan9front

ref: 7367b8d2e75301fb33830404b66ded43bbd56356
dir: /sys/include/rdbg.h/

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