shithub: plan9front

ref: 8a0cefb237a90ab08baf5b062991f6dc7e78bcde
dir: /sys/include/rdbg.h/

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