shithub: riscv

ref: 006c4d7ffcf24ab3013f7b4cf64034ad182a6e96
dir: /sys/include/rdbg.h/

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