shithub: riscv

ref: 0a229586f2d576bd0595bd783ccc800d2cb11fe6
dir: /sys/include/rdbg.h/

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