shithub: plan9front

ref: 9cca88895e31c73d4d0793dd83f76ebd24456cdd
dir: /sys/include/rdbg.h/

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