shithub: plan9front

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

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