shithub: riscv

ref: 885d41dd7b87c41cb618140d50dd23501b6d4279
dir: /sys/include/rdbg.h/

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