shithub: riscv

ref: 23d6c796cd1dc0c9c2a2b910b79d2dc2bcdbb181
dir: /sys/include/rdbg.h/

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