shithub: riscv

ref: a96cf495fa9a315c86c723bd0a0bcd8bffaef42a
dir: /sys/include/rdbg.h/

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