shithub: riscv

ref: 0002fd0cf786d16c9b3e1ab62f0cb92b2461f185
dir: /sys/include/rdbg.h/

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