shithub: riscv

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

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