shithub: riscv

ref: 956ff38121ca10af2fc33dd1700f29bb80bf716c
dir: /sys/include/rdbg.h/

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