shithub: riscv

ref: 82559c3fdcc8242a1a542a3b4d3076e133fd02a9
dir: /sys/include/rdbg.h/

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