shithub: plan9front

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

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