shithub: plan9front

ref: 178a9d12c6ead437a85490764e9a5d92e1016d5d
dir: /sys/include/rdbg.h/

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