shithub: riscv

ref: 0812a26f0057bb20d1220cd3fae310f57fd82b1d
dir: /sys/include/rdbg.h/

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