shithub: riscv

ref: 0c3e5940527272770e2f87127bf76b5dbae7a8bd
dir: /sys/include/rdbg.h/

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