shithub: plan9front

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

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