shithub: plan9front

ref: 3681c836cae7455826e28c62ccc48ba5c3a44769
dir: /sys/include/rdbg.h/

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