shithub: riscv

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

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