shithub: riscv

ref: 5494e2fa4ea1347b5676b25860d0abf2b850d524
dir: /sys/include/rdbg.h/

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