shithub: plan9front

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

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