shithub: riscv

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

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