shithub: plan9front

ref: 79b4ec29a16c728d1918db4c7aa75379ab66d19e
dir: /sys/include/rdbg.h/

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