shithub: riscv

ref: 53b322fc31bd0086336f6ca529338dd5125a9dcb
dir: /sys/include/rdbg.h/

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