shithub: plan9front

ref: 2321062d2f73709afa85f002a6a0c7917ac307d4
dir: /sys/include/rdbg.h/

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