shithub: riscv

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

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