shithub: riscv

ref: 0ef3bdaaa4a3997a5e7ff2c484a2cf8edcfc49f4
dir: /sys/include/rdbg.h/

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