shithub: riscv

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

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