shithub: plan9front

ref: 532c7479e96e439a13df421d3b9f547cde5b5642
dir: /sys/include/rdbg.h/

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