shithub: plan9front

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

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