shithub: riscv

ref: 6197758ec15bbd4104f1f340cce07f59f5c7a4ad
dir: /sys/include/rdbg.h/

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