shithub: riscv

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

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