shithub: riscv

ref: dd820435e922d927c4f1531fb82aec2bf8fc5cd3
dir: /sys/include/rdbg.h/

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