shithub: riscv

ref: 78eff200d85e0fc2f92622d221c0e3d81aaf9522
dir: /sys/include/rdbg.h/

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