shithub: plan9front

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

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