shithub: riscv

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

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