shithub: riscv

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

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