shithub: plan9front

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

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