shithub: riscv

ref: 2a531d444cf53419e8d4af716b9937d14ca5b08c
dir: /sys/include/rdbg.h/

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