shithub: plan9front

ref: 1b7d0e1cb7f17bc3a92ea6286f8e31e4a01ded0c
dir: /sys/include/rdbg.h/

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