shithub: plan9front

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

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