shithub: riscv

ref: 8fb212515dc6e0a8f0cc3b76f7946bb26b8c357d
dir: /sys/include/rdbg.h/

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