shithub: riscv

ref: 30c5c3404bec22f78cd1334f750876f5ab47ccd8
dir: /sys/include/rdbg.h/

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