shithub: riscv

ref: 2380532ff58c2afd666bc9c40dbb7a65c77c204c
dir: /sys/include/rdbg.h/

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