shithub: riscv

ref: 108d74cb0a8d27e82550d2772ae64fd7748e151d
dir: /sys/include/rdbg.h/

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