shithub: riscv

ref: 80fdafd1d6bc27d7a94fabc12f4af37285a17338
dir: /sys/include/rdbg.h/

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