shithub: plan9front

ref: f9f13bbd0ed680c16615fe925782e0c7335e1952
dir: /sys/include/rdbg.h/

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