shithub: riscv

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

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