shithub: riscv

ref: 302960b66c5b7c642eabe2bfa19b3c5346c1629d
dir: /sys/include/rdbg.h/

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