shithub: riscv

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

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