shithub: plan9front

ref: 3f835565d5a8366ebb48fd611d3cd902db766b93
dir: /sys/include/rdbg.h/

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