shithub: riscv

ref: 258c4fc0f8c83e787439d8cf49e9f126e325be2a
dir: /sys/include/rdbg.h/

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