shithub: plan9front

ref: 2c0ccff2864549e77e1fa3e27802eee429ff3886
dir: /sys/include/rdbg.h/

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