shithub: plan9front

ref: 67672ffdc9a537ef852c0edd89a5d8cef7346d11
dir: /sys/include/rdbg.h/

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