shithub: riscv

ref: 609a9922adac98516b33d67dc98b432ac9c10cc9
dir: /sys/include/rdbg.h/

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