shithub: riscv

ref: 1bacbf56512c3cb8a6b938cc56c643b7342a575e
dir: /sys/include/rdbg.h/

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