shithub: plan9front

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

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