shithub: plan9front

ref: f444d6c3f21194d8a168133e04521f0a2503aa8b
dir: /sys/include/rdbg.h/

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