shithub: riscv

ref: 8bc290cc0f60487fc5e8f2411a36c123dda1376f
dir: /sys/include/rdbg.h/

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