shithub: riscv

ref: 6e4a1fda8c6105bc18aa7c26ff1fd28e18fec986
dir: /sys/include/rdbg.h/

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