shithub: riscv

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

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