shithub: riscv

ref: 35f6a75355ea4f52f675f9cfbb865241512a7315
dir: /sys/include/rdbg.h/

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