shithub: riscv

ref: 19d6a98038953b27f539e1fd2187b7cfec9b108d
dir: /sys/include/rdbg.h/

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