shithub: riscv

ref: 1c1586d5465b91cd523d6bf15e042c5c854a6e27
dir: /sys/include/rdbg.h/

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