shithub: plan9front

ref: 49411b2ca15b94b6631fd54d2576c5aeff63eb67
dir: /sys/include/rdbg.h/

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