shithub: riscv

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

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