shithub: riscv

ref: a71450412a9e1fc47d3b7d7dbac604b8a93f68e2
dir: /sys/include/rdbg.h/

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