shithub: riscv

ref: 4cdf05391aa8e0aa300c2fc4c0ad49003b8989d8
dir: /sys/include/rdbg.h/

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