shithub: riscv

ref: 90c1959fc4b0d05a81920edf9caf21f1280305d6
dir: /sys/include/rdbg.h/

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