shithub: riscv

ref: 01afe9328b3ddf51c1ab2725684fc542bc81f76c
dir: /sys/include/rdbg.h/

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