shithub: riscv

ref: 4749fc5ca13fd0dd568f5dbccc66c2fa1acd69dd
dir: /sys/include/rdbg.h/

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