shithub: plan9front

ref: 159f96c534563f26edeeb227cd00f1bdd3bd2596
dir: /sys/include/rdbg.h/

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