shithub: riscv

ref: 8fd222c1575da1fdebc6906799476c953c8f6cf5
dir: /sys/include/rdbg.h/

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