shithub: plan9front

ref: 225c359beab9e2f17c66e65647b9e0a94f942620
dir: /sys/include/rdbg.h/

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