shithub: riscv

ref: 6169a4ed4cacef439cdc32abf60b19f00a02a8e1
dir: /sys/include/rdbg.h/

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