shithub: riscv

ref: c6ca07ad4e2124c2e072ad63b54da494ac799312
dir: /sys/include/rdbg.h/

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