shithub: riscv

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

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