shithub: riscv

ref: 91791a03db3747cdcb480d62b1fd90b92626f1aa
dir: /sys/include/rdbg.h/

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