shithub: riscv

ref: bf048d94c35c78081fa1a3cfdca8de16ad640325
dir: /sys/include/rdbg.h/

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