shithub: plan9front

ref: 7f7c1516876a0afacca2822e3e083c79551ad92c
dir: /sys/include/rdbg.h/

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