shithub: plan9front

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

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