shithub: riscv

ref: 27f36483d44a1f9fcf9a3ffefe688a0f12ace466
dir: /sys/include/rdbg.h/

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