shithub: riscv

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

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