shithub: riscv

ref: 9c99d0c8d3236b87bd292ac29d4d1b2d5f550bd5
dir: /sys/include/rdbg.h/

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