code: plan9front

ref: 8906ad7c15744271d0f6a41ae2f590a8bc31bf21
dir: /sys/include/rdbg.h/

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