shithub: riscv

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

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