shithub: plan9front

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

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