shithub: plan9front

ref: 0f18938914f3e296ef28bc8db9e1e5ab64608d62
dir: /sys/include/rdbg.h/

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