shithub: riscv

ref: 12fa017f3fc2687d3afb166fd30d9b134abb1da5
dir: /sys/include/rdbg.h/

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