shithub: riscv

ref: 6b22a732e80cfbb28db8d707d5938141abf63a79
dir: /sys/include/rdbg.h/

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