shithub: riscv

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

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