shithub: plan9front

ref: 200c18bc150a896752a1f84eabbbf13e3ee150a6
dir: /sys/include/rdbg.h/

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