shithub: riscv

ref: 5e2bf722c3e5b34788bbf6e79c27b39c9941990d
dir: /sys/include/rdbg.h/

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