shithub: riscv

ref: 2d105c2d327a7609f79d6dc75d8e8d5b4868adc2
dir: /sys/include/rdbg.h/

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