shithub: plan9front

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

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