shithub: riscv

ref: 188153b7df8fa47b3b9f9305a1bc27b22ca2d0c8
dir: /sys/include/rdbg.h/

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