shithub: plan9front

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

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