shithub: riscv

ref: 1447b95555d6afa39f7ab04f04f1415f8937d899
dir: /sys/include/rdbg.h/

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