shithub: riscv

ref: 0dc1929379f3cc628be7d6b50297c203b87f7a4d
dir: /sys/include/rdbg.h/

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