shithub: plan9front

ref: 521a0b336c7df8ad79efc7848c95a7b060beea27
dir: /sys/include/rdbg.h/

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