shithub: riscv

ref: 2cdd31f8f4b6b4b24d13428378e225caa7aa8c70
dir: /sys/include/rdbg.h/

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