shithub: plan9front

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

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