shithub: riscv

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

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