shithub: riscv

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

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