shithub: riscv

ref: 95cfc307881d044b0fddd6abf9c0b6b65e780832
dir: /sys/include/rdbg.h/

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