shithub: plan9front

ref: 6118d778581b44e5c41a04a60d4aa8e6cad4a37c
dir: /sys/include/rdbg.h/

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