shithub: riscv

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

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