shithub: plan9front

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

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