shithub: riscv

ref: 13785bbbef60f5c13aa973c1e7d4277aa55f6a2d
dir: /sys/include/rdbg.h/

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